mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 20:55:14 +00:00
Format json, convert http to https (#1929)
This commit is contained in:
parent
188e1f46a2
commit
7fc25190b6
@ -39,7 +39,7 @@
|
||||
"--packages default,lynx,wget",
|
||||
"--quiet-mode",
|
||||
"--root $dir\\root",
|
||||
"--site http://mirrors.kernel.org/sourceware/cygwin/"
|
||||
"--site https://mirrors.kernel.org/sourceware/cygwin/"
|
||||
],
|
||||
"keep": "true"
|
||||
},
|
||||
|
||||
@ -36,6 +36,6 @@
|
||||
"Docker Machine",
|
||||
"",
|
||||
"Boot2Docker: https://github.com/boot2docker/windows-installer/releases/",
|
||||
"Docker Machine: http://docs.docker.com/machine/"
|
||||
"Docker Machine: https://docs.docker.com/machine/"
|
||||
]
|
||||
}
|
||||
|
||||
2
du.json
2
du.json
@ -4,7 +4,7 @@
|
||||
"description": "Shows Disk Usage",
|
||||
"version": "1.6",
|
||||
"url": "https://download.sysinternals.com/files/DU.zip",
|
||||
"hash":"a3757d8b646bcd2feac05af2d30eb6e8b7da8c79a896f57ff67036996e46b4a9",
|
||||
"hash": "a3757d8b646bcd2feac05af2d30eb6e8b7da8c79a896f57ff67036996e46b4a9",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"bin": [
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
]
|
||||
},
|
||||
"checkver": {
|
||||
"url": "http://www.erlang.org/downloads",
|
||||
"url": "https://www.erlang.org/downloads",
|
||||
"re": "DOWNLOAD\\s+OTP ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"homepage": "http://www.sno.phy.queensu.ca/~phil/exiftool/index.html",
|
||||
"homepage": "https://sno.phy.queensu.ca/~phil/exiftool/index.html",
|
||||
"version": "10.70",
|
||||
"license": "https://dev.perl.org/licenses/",
|
||||
"url": "https://sourceforge.net/projects/exiftool/files/exiftool-10.70.zip",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"homepage": "http://fnproject.io/",
|
||||
"homepage": "https://fnproject.io/",
|
||||
"license": "https://github.com/fnproject/cli/blob/master/LICENSE",
|
||||
"version": "0.4.32",
|
||||
"architecture": {
|
||||
|
||||
6
go.json
6
go.json
@ -6,7 +6,11 @@
|
||||
"env_set": {
|
||||
"GOROOT": "$dir"
|
||||
},
|
||||
"bin": ["bin/go.exe","bin/gofmt.exe","bin/godoc.exe"],
|
||||
"bin": [
|
||||
"bin/go.exe",
|
||||
"bin/gofmt.exe",
|
||||
"bin/godoc.exe"
|
||||
],
|
||||
"installer": {
|
||||
"script": "add_first_in_path \"$env:USERPROFILE\\go\\bin\" $global"
|
||||
},
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"homepage": "http://www.llvm.org",
|
||||
"homepage": "https://www.llvm.org/",
|
||||
"version": "5.0.1",
|
||||
"license": "University of Illinois/NCSA Open Source License",
|
||||
"architecture": {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"homepage": "http://nekovm.org/",
|
||||
"homepage": "https://nekovm.org/",
|
||||
"version": "2.2.0",
|
||||
"license": "https://github.com/HaxeFoundation/neko/blob/master/LICENSE",
|
||||
"url": "https://nekovm.org/media/neko-2.2.0-win.zip",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"homepage": "https://github.com/nodejs/node-chakracore",
|
||||
"version": "8.6.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/nodejs/node-chakracore",
|
||||
"version": "8.6.0",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://nodejs.org/download/chakracore-release/v8.6.0/node-v8.6.0-win-x86.7z",
|
||||
|
||||
12
nvm.json
12
nvm.json
@ -6,9 +6,15 @@
|
||||
"nvm.exe"
|
||||
],
|
||||
"persist": [
|
||||
"nodejs",
|
||||
["elevate.cmd", "nodejs\\elevate.cmd"],
|
||||
["elevate.vbs", "nodejs\\elevate.vbs"],
|
||||
"nodejs",
|
||||
[
|
||||
"elevate.cmd",
|
||||
"nodejs\\elevate.cmd"
|
||||
],
|
||||
[
|
||||
"elevate.vbs",
|
||||
"nodejs\\elevate.vbs"
|
||||
],
|
||||
"settings.txt"
|
||||
],
|
||||
"env_add_path": "nodejs\\nodejs",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"homepage": "http://pcre.org",
|
||||
"homepage": "https://pcre.org/",
|
||||
"version": "10.20",
|
||||
"license": "BSD",
|
||||
"architecture": {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"homepage": "http://pmt.sourceforge.net/pngcrush/",
|
||||
"homepage": "https://pmt.sourceforge.io/pngcrush/",
|
||||
"version": "1.8.11",
|
||||
"license": "libpng",
|
||||
"architecture": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "2.64",
|
||||
"license": "Public Domain",
|
||||
"homepage": "http://sites.google.com/site/qaacpage/",
|
||||
"homepage": "https://sites.google.com/site/qaacpage/",
|
||||
"url": "https://github.com/nu774/qaac/releases/download/v2.64/qaac_2.64.zip",
|
||||
"hash": "7429253d6d97a5e20fe1716f07d1c2c8645685baedfcb0c8cc54a9fb317015bf",
|
||||
"architecture": {
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
"rax2.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "http://www.radare.org/r/down.html",
|
||||
"url": "https://www.radare.org/r/down.html",
|
||||
"re": "last release is ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
|
||||
2
sbt.json
2
sbt.json
@ -1,5 +1,5 @@
|
||||
{
|
||||
"homepage": "http://www.scala-sbt.org/",
|
||||
"homepage": "https://www.scala-sbt.org/",
|
||||
"version": "1.0.4",
|
||||
"license": "BSD",
|
||||
"url": "https://github.com/sbt/sbt/releases/download/v1.0.4/sbt-1.0.4.zip",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"homepage": "http://www.rarlab.com/",
|
||||
"homepage": "https://www.rarlab.com/",
|
||||
"version": "5.50",
|
||||
"license": "Freeware",
|
||||
"url": "https://www.rarlab.com/rar/unrarw32.exe",
|
||||
@ -13,7 +13,7 @@
|
||||
},
|
||||
"checkver": {
|
||||
"re": "<b>WinRAR\\s+x86\\s+\\(32\\s+bit\\)\\s+([\\d.]+)<",
|
||||
"url": "http://www.rarlab.com/download.htm"
|
||||
"url": "https://www.rarlab.com/download.htm"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://www.rarlab.com/rar/unrarw32.exe"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user