Skip to content

Commit 8079e26

Browse files
BrewTestBotchenrui333
authored andcommitted
deno 2.1.7
deno: deno_core 0.331.0 Signed-off-by: Rui Chen <[email protected]>
1 parent 88ad6cc commit 8079e26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/d/deno.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Deno < Formula
22
desc "Secure runtime for JavaScript and TypeScript"
33
homepage "https://deno.com/"
4-
url "https://github.com/denoland/deno/releases/download/v2.1.6/deno_src.tar.gz"
5-
sha256 "1a6b88bbebd006b92f8522553f7fbca97e32420c2ce7685e3578bfa75cc1b8fc"
4+
url "https://github.com/denoland/deno/releases/download/v2.1.7/deno_src.tar.gz"
5+
sha256 "1dda00e42dfc858f9e6858101d743b34bab80e0235532a504311dd48d1b38973"
66
license "MIT"
77
head "https://github.com/denoland/deno.git", branch: "main"
88

@@ -52,8 +52,8 @@ class Deno < Formula
5252

5353
# VERSION=#{version} && curl -s https://raw.githubusercontent.com/denoland/deno/v$VERSION/Cargo.lock | grep -C 1 'name = "deno_core"'
5454
resource "deno_core" do
55-
url "https://github.com/denoland/deno_core/archive/refs/tags/0.330.0.tar.gz"
56-
sha256 "d05fb04360a1a193a51399b713f068ee2376b4e389ec3bb3cc7f0996d1bc1292"
55+
url "https://github.com/denoland/deno_core/archive/refs/tags/0.331.0.tar.gz"
56+
sha256 "d21cdcfadfdeed8f684da05440beef3840effe4a0c93763ca203ca379ca84bad"
5757
end
5858

5959
# The latest commit from `denoland/icu`, go to https://github.com/denoland/rusty_v8/tree/v#{rusty_v8_version}/third_party

0 commit comments

Comments
 (0)