Compare commits

..
12 Commits
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 -1
View File
@@ -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