From dfba768d9824ee59e151cbff38c626fc4f74accb Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 13:46:56 +1100 Subject: [PATCH] =?UTF-8?q?deno=20->=202.7.8=20in=20updater-deno-2.7.8=20?= =?UTF-8?q?=E2=80=94=20deno:=202.7.7=20=E2=86=92=202.7.8=20(#15170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Co-authored-by: chromebrew-actions[bot] --- manifest/x86_64/d/deno.filelist | 2 +- packages/deno.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest/x86_64/d/deno.filelist b/manifest/x86_64/d/deno.filelist index 5c037144e5..a0b15aeeb1 100644 --- a/manifest/x86_64/d/deno.filelist +++ b/manifest/x86_64/d/deno.filelist @@ -1,3 +1,3 @@ -# Total size: 154768660 +# Total size: 157607636 /usr/local/bin/deno /usr/local/share/bash-completion/completions/deno diff --git a/packages/deno.rb b/packages/deno.rb index 8101d53bab..c675feb42f 100644 --- a/packages/deno.rb +++ b/packages/deno.rb @@ -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