deno -> 2.7.4 in updater-deno-2.7.4 — deno: 2.7.3 → 2.7.4 (#14908)

* deno -> 2.7.4 in updater-deno-2.7.4

* updater-deno-2.7.4: Package File Update Run on linux/amd64 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2026-03-05 20:28:57 -06:00
committed by GitHub
parent 40a8eb91b3
commit 6bcdfea717
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# Total size: 152931136
# Total size: 152927040
/usr/local/bin/deno
/usr/local/share/bash-completion/completions/deno

View File

@@ -6,7 +6,7 @@ require 'buildsystems/rust'
class Deno < RUST
description 'A secure runtime for JavaScript and TypeScript'
homepage 'https://deno.land'
version '2.7.3'
version '2.7.4'
license 'MIT'
compatibility 'x86_64'
source_url 'https://github.com/denoland/deno.git'
@@ -14,7 +14,7 @@ class Deno < RUST
binary_compression 'tar.zst'
binary_sha256({
x86_64: '362b64fa01bb4d78deecede5cc21acb54b8ca42d1d44612934da8a0d028f9ce8'
x86_64: '2876a7e8bef7723ff1b252dde9142cc8c49c7252d6f07d7bb6e8672b120119fd'
})
depends_on 'gcc_lib' => :executable_only