Compare commits
12
Commits
3d7b2146c9
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f76561be42
|
||
|
|
f247ac2c56
|
||
|
|
dddc31eb93
|
||
|
|
08ff2ab97d
|
||
|
|
d43e3f90bc
|
||
|
|
56ec22641a
|
||
|
|
43c555d2b2
|
||
|
|
5e964ac2ac
|
||
|
|
08253739e0
|
||
|
|
d1921bd471
|
||
|
|
fa692965ee
|
||
|
|
4c14f0ce57
|
+2
-2
@@ -1,6 +1,6 @@
|
||||
name: deno
|
||||
description: A secure runtime for JavaScript and TypeScript
|
||||
version: 2.7.7
|
||||
version: 2.9.5
|
||||
revision: 1
|
||||
url: https://deno.land/
|
||||
license: MIT
|
||||
@@ -24,4 +24,4 @@ downloads:
|
||||
- url: https://github.com/denoland/deno/releases/download/v${BPM_PKG_VERSION}/deno_src.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 8786a1cb51d93275da845be33e0199a7a63c6ecc7839b8feec548097288c16ac
|
||||
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 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