bind: Update to version 9.14.9 (#711)

This commit is contained in:
linsui 2020-02-02 20:17:43 +00:00 committed by GitHub
parent 8feda8687c
commit ef345aa44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,15 +2,11 @@
"homepage": "https://www.isc.org/bind/", "homepage": "https://www.isc.org/bind/",
"description": "Versatile, classic, complete name server software.", "description": "Versatile, classic, complete name server software.",
"license": "MPL-2.0", "license": "MPL-2.0",
"version": "9.14.8", "version": "9.14.9",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.isc.org/isc/bind9/9.14.8/BIND9.14.8.x64.zip", "url": "https://downloads.isc.org/isc/bind9/9.14.9/BIND9.14.9.x64.zip",
"hash": "2b28768b32cd4abe81cc83f1df041aba8d3d6531fc5fb1d85e31d1346029bf27" "hash": "3f070f75f73e0672f2d9f70122eab95b7b859717d3561b7ffae82511150fd8bd"
},
"32bit": {
"url": "https://downloads.isc.org/isc/bind9/9.14.8/BIND9.14.8.x86.zip",
"hash": "f23608dfe2d3fc91be0ebe4e380b9425f619e349863c0c18d9bec5a32a4475f5"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",
@ -23,14 +19,11 @@
"Remove-Item \"$dir\\*\" -Exclude 'bin'" "Remove-Item \"$dir\\*\" -Exclude 'bin'"
] ]
}, },
"checkver": "(?sm)Current-Stable<.*?\\/([\\d.]+)\\/", "checkver": "(?sm)Current-Stable<.*?/([\\d.]+)/",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.isc.org/isc/bind$majorVersion/$version/BIND$version.x64.zip" "url": "https://downloads.isc.org/isc/bind$majorVersion/$version/BIND$version.x64.zip"
},
"32bit": {
"url": "https://downloads.isc.org/isc/bind$majorVersion/$version/BIND$version.x86.zip"
} }
} }
}, },