deno -> 2.7.8 in updater-deno-2.7.8 — deno: 2.7.7 → 2.7.8 (#15170)

* deno -> 2.7.8 in updater-deno-2.7.8

* updater-deno-2.7.8: 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-26 13:46:56 +11:00
committed by GitHub
parent bf6289d659
commit dfba768d98
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# Total size: 154768660
# Total size: 157607636
/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.7'
version '2.7.8'
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: '92c5e0f458c10e73b722634096d01d005e97472efa56e4f820a5e7cbe8717285'
x86_64: 'd5021a97c9da2a664a8a40adb632b3f305e5e8cd6cb6b9b40108179fd613deeb'
})
depends_on 'gcc_lib' => :executable