Compare commits
10
Commits
fa692965ee
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f76561be42
|
||
|
|
f247ac2c56
|
||
|
|
dddc31eb93
|
||
|
|
08ff2ab97d
|
||
|
|
d43e3f90bc
|
||
|
|
56ec22641a
|
||
|
|
43c555d2b2
|
||
|
|
5e964ac2ac
|
||
|
|
08253739e0
|
||
|
|
d1921bd471
|
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
name: deno
|
name: deno
|
||||||
description: A secure runtime for JavaScript and TypeScript
|
description: A secure runtime for JavaScript and TypeScript
|
||||||
version: 2.7.11
|
version: 2.9.5
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://deno.land/
|
url: https://deno.land/
|
||||||
license: MIT
|
license: MIT
|
||||||
@@ -24,4 +24,4 @@ downloads:
|
|||||||
- url: https://github.com/denoland/deno/releases/download/v${BPM_PKG_VERSION}/deno_src.tar.gz
|
- url: https://github.com/denoland/deno/releases/download/v${BPM_PKG_VERSION}/deno_src.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 932aef876d77146fef3fca5792d254c2000482b6a28a17d909f34e86bbc40d9a
|
checksum: b3d1d66e47d74f5bda84d5a80282135b7d8f2e336fbcf98c75be32f18130864a
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
Reference in New Issue
Block a user