From 490e66977afad8528a24ad5213eef72e8d8703f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 27 Jul 2024 00:35:08 +0000 Subject: [PATCH] deno 1.45.4 --- Formula/d/deno.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/deno.rb b/Formula/d/deno.rb index bc51d0eecc5bee..9109658f3f1e9e 100644 --- a/Formula/d/deno.rb +++ b/Formula/d/deno.rb @@ -1,8 +1,8 @@ class Deno < Formula desc "Secure runtime for JavaScript and TypeScript" homepage "https://deno.com/" - url "https://github.com/denoland/deno/releases/download/v1.45.2/deno_src.tar.gz" - sha256 "d8d74295d2f0a1362a2d03a452f522d8e251fb63d186365aa4be0516fc010c01" + url "https://github.com/denoland/deno/releases/download/v1.45.4/deno_src.tar.gz" + sha256 "371332927efd9e37b1aed42546baab5e67e173c55c00ad82ad2a79a643be420b" license "MIT" head "https://github.com/denoland/deno.git", branch: "main"