Compare commits

..
4 Commits
Author SHA1 Message Date
EnumDev b1d8346943 Update package version to 9.21.25 2026-09-04 15:56:34 +03:00
EnumDev debcf447e8 Update package version to 9.21.23 2026-06-21 11:34:02 +03:00
EnumDev e8f8f523aa Switch to new package format 2026-06-13 19:58:52 +03:00
EnumDev 5cc61d41e2 Update package version to 9.21.22 2026-06-01 14:42:27 +03:00
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.21
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: 44ebfae8b82b494f5cc4781b044fbd4c867b64dc22ae9c62c9197aab16389112
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