pkg(deno-1.7.5): update to match

This commit is contained in:
Thomas Hobson 2021-03-06 19:29:43 +13:00
parent 905ed435fd
commit 81dd0acbd0
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
2 changed files with 3 additions and 10 deletions

View File

@ -1,11 +1,5 @@
mkdir -p output build
cd build
curl -L https://github.com/denoland/deno/releases/download/v1.7.5/deno-x86_64-unknown-linux-gnu.zip --output deno.zip curl -L https://github.com/denoland/deno/releases/download/v1.7.5/deno-x86_64-unknown-linux-gnu.zip --output deno.zip
unzip deno.zip unzip -o deno.zip
rm deno.zip
cd .. chmod +x deno
mv build/deno output
chmod +x output/deno

View File

@ -2,6 +2,5 @@
"language": "deno", "language": "deno",
"version": "1.7.5", "version": "1.7.5",
"author": "Thomas Hobson <thomas@hexf.me>", "author": "Thomas Hobson <thomas@hexf.me>",
"dependencies": {},
"aliases": ["deno-ts", "deno-js"] "aliases": ["deno-ts", "deno-js"]
} }