fix(manifest): Change 'http' to 'https' (#959)

This commit is contained in:
Hsiao-nan Cheung 2020-04-17 22:42:27 +08:00 committed by GitHub
parent afb373ee03
commit cd01fc3b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 18 deletions

View File

@ -1,6 +1,6 @@
{
"version": "1.1.4-2",
"homepage": "http://casperjs.org/",
"homepage": "https://github.com/casperjs/casperjs/",
"description": "Navigation scripting & testing for PhantomJS and SlimerJS",
"license": "MIT",
"url": "https://github.com/casperjs/casperjs/archive/1.1.4-2.zip",

View File

@ -1,5 +1,5 @@
{
"homepage": "http://wixtoolset.org/",
"homepage": "https://wixtoolset.org/",
"license": "MS-RL",
"description": "WiX (Windows Installer XML) Toolset Decompiler",
"version": "3.11.2",

View File

@ -1,5 +1,5 @@
{
"homepage": "http://forge.run",
"homepage": "https://forge.run",
"description": "A command line tool that provides tasks for creating and managing F# projects.",
"version": "2.2.0",
"license": "Unlicense",

View File

@ -1,17 +1,17 @@
{
"homepage": "http://constexpr.org/innoextract/",
"homepage": "https://constexpr.org/innoextract/",
"version": "1.8",
"description": "A tool to unpack installers created by Inno Setup",
"license": "Zlib",
"url": "http://constexpr.org/innoextract/files/innoextract-1.8/innoextract-1.8-windows.zip",
"url": "https://constexpr.org/innoextract/files/innoextract-1.8/innoextract-1.8-windows.zip",
"hash": "sha512:efb64a3528e4ae4dcda3369d8c94b33c2cba2d029f4c3f41e24a6b5108f251d81314a03d4eb8798080945deea5b7834c13d5243bae00fe010c40fe366930e730",
"bin": "innoextract.exe",
"checkver": {
"url": "http://constexpr.org/innoextract/files/?C=M&O=D",
"url": "https://constexpr.org/innoextract/files/?C=M&O=D",
"regex": "innoextract-([\\d.]+)"
},
"autoupdate": {
"url": "http://constexpr.org/innoextract/files/innoextract-$version/innoextract-$version-windows.zip",
"url": "https://constexpr.org/innoextract/files/innoextract-$version/innoextract-$version-windows.zip",
"hash": {
"url": "$baseurl/SHA512SUMS"
}

View File

@ -1,5 +1,5 @@
{
"homepage": "http://kompose.io",
"homepage": "https://kompose.io",
"description": "Kompose is a conversion tool for Docker Compose to container orchestrators such as Kubernetes (or OpenShift).",
"license": "Apache-2.0",
"version": "1.21.0",

View File

@ -1,5 +1,5 @@
{
"homepage": "https://lame.sourceforge.net/",
"homepage": "https://lame.sourceforge.io/",
"description": "LAME is a high quality MPEG Audio Layer III (MP3) encoder",
"license": "LGPL-2.0-only",
"version": "3.100-20200409",

View File

@ -1,5 +1,5 @@
{
"homepage": "http://phantomjs.org/",
"homepage": "https://phantomjs.org/",
"description": "A headless web browser scriptable with JavaScript.",
"version": "2.1.1",
"license": "BSD-3-Clause",
@ -8,7 +8,7 @@
"extract_dir": "phantomjs-2.1.1-windows",
"bin": "bin\\phantomjs.exe",
"checkver": {
"url": "http://phantomjs.org/download.html",
"url": "https://phantomjs.org/download.html",
"re": "phantomjs-([\\d.]+)-windows.zip"
},
"autoupdate": {

View File

@ -1,11 +1,11 @@
{
"homepage": "http://mark0.net/soft-trid-e.html",
"homepage": "https://mark0.net/soft-trid-e.html",
"description": "A utility designed to identify file types from their binary signatures.",
"license": "Shareware",
"version": "2.24-20.04.16",
"url": [
"http://mark0.net/download/triddefs.zip",
"http://mark0.net/download/trid_w32.zip"
"https://mark0.net/download/triddefs.zip",
"https://mark0.net/download/trid_w32.zip"
],
"hash": [
"f2a6a44d2b3f7a7bf9acf190f80e52cb288ad4005944ded7babe0aad49fa170b",
@ -13,12 +13,12 @@
],
"bin": "trid.exe",
"checkver": {
"url": "http://mark0.net/soft-trid-e.html",
"url": "https://mark0.net/soft-trid-e.html",
"re": "(?smi)Win32.*?TrID v([\\d\\.]*).*?(\\d{2})\\/(\\d{2})\\/(\\d{2})",
"replace": "${1}-${4}.${3}.${2}"
},
"autoupdate": {
"note": "Autoupdate only updates TrID Definitions. If the main program updates, please change hashes manually",
"url": "http://mark0.net/download/triddefs.zip"
"url": "https://mark0.net/download/triddefs.zip"
}
}

View File

@ -1,5 +1,5 @@
{
"homepage": "http://wixtoolset.org/",
"homepage": "https://wixtoolset.org/",
"description": "Set of tools for windows installer creation.",
"license": "MS-RL",
"version": "3.11.2",
@ -24,7 +24,7 @@
"WixCop.exe"
],
"checkver": {
"url": "http://wixtoolset.org/releases/",
"url": "https://wixtoolset.org/releases/",
"re": "releases/v([\\d.]+)/stable"
},
"autoupdate": {