Compare commits

...
6 Commits
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: bind
description: A complete, highly portable implementation of the Domain Name System (DNS) protocol
version: 9.21.19
version: 9.21.25
revision: 1
url: https://www.isc.org/bind/
license: MPL2
@@ -37,4 +37,4 @@ downloads:
- url: https://ftp.isc.org/isc/bind9/${BPM_PKG_VERSION}/bind-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: dcc94c5f5baf1214fee11c578bf37edf314e7761d3bff5ed5f4b439d56dd56dc
checksum: 8e01712ba7f59515be41981d27e8ec6c9b5d196fc681f8d14a163deea686d7b8
+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