Skip to content

Commit 8e3c81f

Browse files
BrewTestBotcarlocab
authored andcommitted
deno 2.0.5
1 parent eb29fc7 commit 8e3c81f

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.0.4/deno_src.tar.gz"
5-
sha256 "a9a8f410d46768e9b6d803f1aaeb00ed8cd8496eebea40528a97d93ab8deb0d1"
4+
url "https://github.com/denoland/deno/releases/download/v2.0.5/deno_src.tar.gz"
5+
sha256 "741780562664c795cf5fc5e2e4cc09997ecba866eff0328f67926f11f48ae5a4"
66
license "MIT"
77
head "https://github.com/denoland/deno.git", branch: "main"
88

@@ -54,8 +54,8 @@ class Deno < Formula
5454

5555
# VERSION=#{version} && curl -s https://raw.githubusercontent.com/denoland/deno/v$VERSION/Cargo.lock | grep -C 1 'name = "deno_core"'
5656
resource "deno_core" do
57-
url "https://github.com/denoland/deno_core/archive/refs/tags/0.314.2.tar.gz"
58-
sha256 "c5edf20988560fc922e692a1ee64518ed0e33568e5449677c4307e639bf55640"
57+
url "https://github.com/denoland/deno_core/archive/refs/tags/0.318.0.tar.gz"
58+
sha256 "c33b5c9ce2e5fccf8f6b3c9015bddef2949dcd2fc492e4d8ce6b3fadf93ec85f"
5959
end
6060

6161
# 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)