Fix or update various URLs (#1565)

* Fix license in mozjpeg

* Update sbcl to 1.3.18

* Correct bad https URLs

* HTTPS everywhere (hand tested)
This commit is contained in:
Ross Smith II 2017-06-19 19:08:06 -07:00 committed by Richard Kuhnt
parent f233e56ba7
commit 76befd8403
4 changed files with 12 additions and 16 deletions

View File

@ -1,8 +1,8 @@
{ {
"homepage": "http://geteventstore.com/", "homepage": "https://geteventstore.com/",
"license": "BSD 3-Clause", "license": "BSD 3-Clause",
"version": "4.0.1", "version": "4.0.1",
"url": "https://download.geteventstore.com/binaries/EventStore-OSS-Win-v4.0.1.zip", "url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v4.0.1.zip",
"hash": "b341e3a7939316a06040e3910c76d01c32f2162781ab81a1bbe28da84bf007cc", "hash": "b341e3a7939316a06040e3910c76d01c32f2162781ab81a1bbe28da84bf007cc",
"bin": [ "bin": [
[ [

View File

@ -1,7 +1,7 @@
{ {
"homepage": "https://github.com/mozilla/mozjpeg", "homepage": "https://github.com/mozilla/mozjpeg",
"version": "3.1", "version": "3.1",
"license": "https://github.com/mozilla/mozjpeg/blob/master/LICENSE.txt", "license": "https://raw.githubusercontent.com/mozilla/mozjpeg/master/LICENSE.md",
"url": "https://mozjpeg.codelove.de/bin/mozjpeg_3.1_x86.zip", "url": "https://mozjpeg.codelove.de/bin/mozjpeg_3.1_x86.zip",
"hash": "f8fd47f219823e7ee1fe6583bca8baca075d214081588f1fd66141f790cf0731", "hash": "f8fd47f219823e7ee1fe6583bca8baca075d214081588f1fd66141f790cf0731",
"bin": [ "bin": [

View File

@ -4,11 +4,11 @@
"license": "GPL", "license": "GPL",
"architecture": { "architecture": {
"32bit": { "32bit": {
"url": "https://strawberryperl.com/download/5.26.0.1/strawberry-perl-5.26.0.1-32bit-portable.zip", "url": "http://strawberryperl.com/download/5.26.0.1/strawberry-perl-5.26.0.1-32bit-portable.zip",
"hash": "e4f7530dc546e28684a0d0470e4ff47f16342c598b71f4014cbff77d2b3927b3" "hash": "e4f7530dc546e28684a0d0470e4ff47f16342c598b71f4014cbff77d2b3927b3"
}, },
"64bit": { "64bit": {
"url": "https://strawberryperl.com/download/5.26.0.1/strawberry-perl-5.26.0.1-64bit-portable.zip", "url": "http://strawberryperl.com/download/5.26.0.1/strawberry-perl-5.26.0.1-64bit-portable.zip",
"hash": "17feff703fc6d0289efc1b1ba7c1309ac53a2efcdced1ddd3f00d7bd87913056" "hash": "17feff703fc6d0289efc1b1ba7c1309ac53a2efcdced1ddd3f00d7bd87913056"
} }
}, },
@ -27,10 +27,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"32bit": { "32bit": {
"url": "https://strawberryperl.com/download/$version/strawberry-perl-$version-32bit-portable.zip" "url": "http://strawberryperl.com/download/$version/strawberry-perl-$version-32bit-portable.zip"
}, },
"64bit": { "64bit": {
"url": "https://strawberryperl.com/download/$version/strawberry-perl-$version-64bit-portable.zip" "url": "http://strawberryperl.com/download/$version/strawberry-perl-$version-64bit-portable.zip"
} }
} }
} }

View File

@ -1,22 +1,18 @@
{ {
"homepage": "http://www.sbcl.org/", "homepage": "http://www.sbcl.org/",
"version": "1.3.15", "version": "1.3.18",
"license": "http://www.sbcl.org/history.html", "license": "http://www.sbcl.org/history.html",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://sourceforge.net/projects/sbcl/files/sbcl/1.3.15/sbcl-1.3.15-x86-64-windows-binary.msi", "url": "https://sourceforge.net/projects/sbcl/files/sbcl/1.3.18/sbcl-1.3.18-x86-64-windows-binary.msi",
"hash": "33BFFC8BCC5E0846A262F4BA3D635A23B47E0BC9180E5FCE6E03FEBD3BA65010" "hash": "a33691857519750beca2775498196e8b61f9862aea617b1207548882ded48fb3"
},
"32bit": {
"url": "https://sourceforge.net/projects/sbcl/files/sbcl/1.3.15/sbcl-1.3.15-x86-windows-binary.msi",
"hash": "D6984C2C0F3B57402A0F22D8399C9891F8E7F194655B7950CD37B6032BDBDC43"
} }
}, },
"env_set": { "env_set": {
"SBCL_HOME": "$dir\\PFiles\\Steel Bank Common Lisp\\1.3.15" "SBCL_HOME": "$dir\\PFiles\\Steel Bank Common Lisp\\1.3.18"
}, },
"bin": [ "bin": [
"PFiles\\Steel Bank Common Lisp\\1.3.15\\sbcl.exe" "PFiles\\Steel Bank Common Lisp\\1.3.18\\sbcl.exe"
], ],
"checkver": ">SBCL ([\\d.]+)<", "checkver": ">SBCL ([\\d.]+)<",
"notes": "Please restart your command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/" "notes": "Please restart your command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/"