mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
Deno 2.5.2 => 2.6.3 (#13994)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Total size: 139592839
|
||||
# Total size: 141282226
|
||||
/usr/local/bin/deno
|
||||
/usr/local/share/bash-completion/completions/deno
|
||||
|
||||
@@ -6,15 +6,15 @@ require 'buildsystems/rust'
|
||||
class Deno < RUST
|
||||
description 'A secure runtime for JavaScript and TypeScript'
|
||||
homepage 'https://deno.land'
|
||||
version '2.5.2'
|
||||
version '2.6.3'
|
||||
license 'MIT'
|
||||
compatibility 'aarch64 x86_64'
|
||||
compatibility 'x86_64'
|
||||
source_url 'https://github.com/denoland/deno.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
x86_64: '0cad3fd862366c2da84a7edff54c6af5bd75b69207f6b293db2dfc1b11341124'
|
||||
x86_64: '0271b20a6910910741593a169e2dc9cd909b211ad53a24315dfb5382e44fe53c'
|
||||
})
|
||||
|
||||
depends_on 'gcc_lib' # R
|
||||
|
||||
3
tests/package/d/deno
Executable file
3
tests/package/d/deno
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
deno -h | head
|
||||
deno -v
|
||||
Reference in New Issue
Block a user