diff --git a/ant.json b/ant.json index 57861b7b00..3dd0f89d64 100644 --- a/ant.json +++ b/ant.json @@ -23,7 +23,7 @@ "url": "http://www-us.apache.org/dist/ant/binaries/apache-ant-$version-bin.zip", "extract_dir": "apache-ant-$version", "hash": { - "url": "http://www-us.apache.org/dist/ant/binaries/apache-ant-$version-bin.zip.sha512" + "url": "$url.sha512" } } } diff --git a/docker-machine.json b/docker-machine.json index cc085fb051..f59fd7cf84 100644 --- a/docker-machine.json +++ b/docker-machine.json @@ -29,7 +29,7 @@ } }, "hash": { - "url": "https://github.com/docker/machine/releases/download/v$version/sha256sum.txt" + "url": "$baseurl/sha256sum.txt" } } } diff --git a/ghostscript.json b/ghostscript.json index 6881bb7e45..70543e8f0e 100644 --- a/ghostscript.json +++ b/ghostscript.json @@ -38,7 +38,7 @@ } }, "hash": { - "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/SHA256SUMS" + "url": "$baseurl/SHA256SUMS" } } } diff --git a/julia.json b/julia.json index de53c9b567..aa341ebd67 100644 --- a/julia.json +++ b/julia.json @@ -1,5 +1,5 @@ { - "homepage": "http://julialang.org", + "homepage": "https://julialang.org", "version": "0.5.2", "license": "MIT", "architecture": { diff --git a/minio-client.json b/minio-client.json index f817e7ca98..4901818eab 100644 --- a/minio-client.json +++ b/minio-client.json @@ -25,13 +25,13 @@ "64bit": { "url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.$version#/mc.exe", "hash": { - "url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.shasum" + "url": "$baseurl/mc.shasum" } }, "32bit": { "url": "https://dl.minio.io/client/mc/release/windows-386/mc.RELEASE.$version#/mc.exe", "hash": { - "url": "https://dl.minio.io/client/mc/release/windows-386/mc.shasum" + "url": "$baseurl/mc.shasum" } } } diff --git a/minio.json b/minio.json index 76d44d587f..29318aa46a 100644 --- a/minio.json +++ b/minio.json @@ -25,13 +25,13 @@ "64bit": { "url": "https://dl.minio.io/server/minio/release/windows-amd64/archive/minio.RELEASE.$version#/minio.exe", "hash": { - "url": "https://dl.minio.io/server/minio/release/windows-amd64/archive/minio.RELEASE.$version.sha256sum" + "url": "$baseurl/minio.RELEASE.$version.sha256sum" } }, "32bit": { "url": "https://dl.minio.io/server/minio/release/windows-386/archive/minio.RELEASE.$version#/minio.exe", "hash": { - "url": "https://dl.minio.io/server/minio/release/windows-386/archive/minio.RELEASE.$version.sha256sum" + "url": "$baseurl/minio.RELEASE.$version.sha256sum" } } } diff --git a/nodejs-lts.json b/nodejs-lts.json index 7ef0acf8ec..1b20f9e93b 100644 --- a/nodejs-lts.json +++ b/nodejs-lts.json @@ -37,7 +37,7 @@ Set-Content -Value \"prefix=$dir\\bin\" -Path $dir\\node_modules\\npm\\npmrc", } }, "hash": { - "url": "https://nodejs.org/dist/v$version/SHASUMS256.txt.asc" + "url": "$baseurl/SHASUMS256.txt.asc" } } } diff --git a/nodejs.json b/nodejs.json index bd64ece37a..693f72a4d1 100644 --- a/nodejs.json +++ b/nodejs.json @@ -37,7 +37,7 @@ Set-Content -Value \"prefix=$dir\\bin\" -Path $dir\\node_modules\\npm\\npmrc", } }, "hash": { - "url": "https://nodejs.org/dist/v$version/SHASUMS256.txt.asc" + "url": "$baseurl/SHASUMS256.txt.asc" } } } diff --git a/openssl.json b/openssl.json index f4246b48b8..e00217cf5b 100644 --- a/openssl.json +++ b/openssl.json @@ -31,7 +31,7 @@ "hash": { "mode": "json", "jp": "$.files.$basename.sha512", - "url": "https://slproweb.com/download/win32_openssl_hashes.json" + "url": "$baseurl/win32_openssl_hashes.json" } } } diff --git a/packer.json b/packer.json index 4038855bd1..aa3a15ac4f 100644 --- a/packer.json +++ b/packer.json @@ -29,7 +29,7 @@ } }, "hash": { - "url": "https://releases.hashicorp.com/packer/$version/packer_$version_SHA256SUMS" + "url": "$baseurl/packer_$version_SHA256SUMS" } } } diff --git a/php-nts.json b/php-nts.json index 163ee46b4b..8f0785ca11 100644 --- a/php-nts.json +++ b/php-nts.json @@ -55,7 +55,7 @@ if (!(Test-Path \"$dir\\cli\\conf.d\")) { } }, "hash": { - "url": "http://windows.php.net/downloads/releases/sha1sum.txt" + "url": "$baseurl/sha1sum.txt" } }, "suggest": { diff --git a/php.json b/php.json index 81d7388bcb..7332508141 100644 --- a/php.json +++ b/php.json @@ -55,7 +55,7 @@ if (!(Test-Path \"$dir\\cli\\conf.d\")) { } }, "hash": { - "url": "http://windows.php.net/downloads/releases/sha1sum.txt" + "url": "$baseurl/sha1sum.txt" } }, "suggest": { diff --git a/terraform.json b/terraform.json index 48d36eb3cd..fe533b10ef 100644 --- a/terraform.json +++ b/terraform.json @@ -29,7 +29,7 @@ } }, "hash": { - "url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_SHA256SUMS" + "url": "$baseurl/terraform_$version_SHA256SUMS" } } } diff --git a/vagrant.json b/vagrant.json index 58cff0d9a8..ab2df39c34 100644 --- a/vagrant.json +++ b/vagrant.json @@ -13,7 +13,7 @@ "autoupdate": { "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version.msi", "hash": { - "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_SHA256SUMS" + "url": "$baseurl/vagrant_$version_SHA256SUMS" } } } diff --git a/vault.json b/vault.json index 522861621a..0740d90204 100644 --- a/vault.json +++ b/vault.json @@ -29,7 +29,7 @@ } }, "hash": { - "url": "https://releases.hashicorp.com/vault/$version/vault_$version_SHA256SUMS" + "url": "$baseurl/vault_$version_SHA256SUMS" } } } diff --git a/youtube-dl.json b/youtube-dl.json index 51f2f434f0..29a180156d 100644 --- a/youtube-dl.json +++ b/youtube-dl.json @@ -14,7 +14,7 @@ "autoupdate": { "url": "https://github.com/rg3/youtube-dl/releases/download/$version/youtube-dl.exe", "hash": { - "url": "https://github.com/rg3/youtube-dl/releases/download/$version/SHA2-256SUMS" + "url": "$baseurl/SHA2-256SUMS" } } }