mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
use https instead
This commit is contained in:
parent
c4d95e7c3b
commit
6363533633
12
unbound.json
12
unbound.json
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://unbound.net/",
|
"homepage": "https://unbound.net/",
|
||||||
"version": "1.6.2",
|
"version": "1.6.2",
|
||||||
"license": "BSD",
|
"license": "BSD",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://unbound.net/downloads/unbound-1.6.2.zip",
|
"url": "https://unbound.net/downloads/unbound-1.6.2.zip",
|
||||||
"hash": "f109ee38b2f7f34043555dda54f3af017c5164c47a12d977594ee56557b059f8"
|
"hash": "f109ee38b2f7f34043555dda54f3af017c5164c47a12d977594ee56557b059f8"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "http://unbound.net/downloads/unbound-1.6.2-w32.zip",
|
"url": "https://unbound.net/downloads/unbound-1.6.2-w32.zip",
|
||||||
"hash": "46cef0c2d47b4d622f4a83456f677ddb124498a69011d14c97e2c8251e00be7d"
|
"hash": "46cef0c2d47b4d622f4a83456f677ddb124498a69011d14c97e2c8251e00be7d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -20,16 +20,16 @@
|
|||||||
"openssl": ["openssl", "openssl10x"]
|
"openssl": ["openssl", "openssl10x"]
|
||||||
},
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "http://unbound.net/download.html",
|
"url": "https://unbound.net/download.html",
|
||||||
"re": "\\(currently ([\\d.]+)\\)"
|
"re": "\\(currently ([\\d.]+)\\)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://unbound.net/downloads/unbound-$version.zip"
|
"url": "https://unbound.net/downloads/unbound-$version.zip"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "http://unbound.net/downloads/unbound-$version-w32.zip"
|
"url": "https://unbound.net/downloads/unbound-$version-w32.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user