mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
fciv, httping, procyon: Use ScoopInstaller/Binary
This commit is contained in:
parent
4e5934dee0
commit
94aebd616f
9
bucket/fciv.json
Normal file
9
bucket/fciv.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": "6.0.2800.1106",
|
||||
"description": "A command-prompt utility that computes and verifies cryptographic hash values of files.",
|
||||
"homepage": "https://support.microsoft.com/en-us/kb/841290",
|
||||
"license": "Unknown",
|
||||
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/fciv/Windows-KB841290-x86-ENU.exe#/dl.7z",
|
||||
"hash": "4b1feea09f35f30943220e8c493a7e590739607a2315559f26b84b3586a5dd54",
|
||||
"bin": "fciv.exe"
|
||||
}
|
||||
13
bucket/httping.json
Normal file
13
bucket/httping.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": "1.4.1",
|
||||
"description": "Ping with HTTP requests.",
|
||||
"homepage": "https://www.vanheusden.com/httping/",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/httping/httping_1.4.1.7z",
|
||||
"hash": "dbc66ef4fd92cb8e9563cc4dd172f2670104ab73aaf51d643f53030722ff1c41"
|
||||
}
|
||||
},
|
||||
"bin": "httping.exe"
|
||||
}
|
||||
15
bucket/procyon.json
Normal file
15
bucket/procyon.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "0.5.36",
|
||||
"description": "Java decompiler",
|
||||
"homepage": "https://bitbucket.org/mstrobel/procyon/",
|
||||
"license": "Apache-2.0",
|
||||
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/procyon/procyon-decompiler-0.5.36.jar#/procyon.jar",
|
||||
"hash": "74f9f1537113207521a075fafe64bd8265c47a9c73574bbf9fa8854bbf7126bc",
|
||||
"bin": "procyon.jar",
|
||||
"suggest": {
|
||||
"JDK": [
|
||||
"java/oraclejdk",
|
||||
"java/openjdk"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,9 +0,0 @@
|
||||
{
|
||||
"version": "2.05",
|
||||
"description": "A command-prompt utility that computes and verifies cryptographic hash values of files.",
|
||||
"homepage": "https://support.microsoft.com/en-us/kb/841290",
|
||||
"license": "Unknown",
|
||||
"url": "https://download.microsoft.com/download/c/f/4/cf454ae0-a4bb-4123-8333-a1b6737712f7/Windows-KB841290-x86-ENU.exe#/dl.7z",
|
||||
"hash": "79a7ca1098982e1467e2ebe609298a44159084b2c82439189d5f0ac350683c8f",
|
||||
"bin": "fciv.exe"
|
||||
}
|
||||
@ -1,26 +0,0 @@
|
||||
{
|
||||
"version": "2.5",
|
||||
"description": "Ping with HTTP requests.",
|
||||
"homepage": "https://www.vanheusden.com/httping/",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://www.vanheusden.com/httping/httping-2.5-win64.zip",
|
||||
"hash": "767edac1de2328618357630de60b2b4fca05f19a554ef4fbd2c4974c4516d27c",
|
||||
"extract_dir": "httping-2.5-win64"
|
||||
}
|
||||
},
|
||||
"bin": "httping.exe",
|
||||
"checkver": {
|
||||
"url": "https://github.com/flok99/httping/releases",
|
||||
"regex": "tag/([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://www.vanheusden.com/httping/httping-$version-win64.zip",
|
||||
"extract_dir": "httping-$version-win64"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,22 +0,0 @@
|
||||
{
|
||||
"homepage": "https://bitbucket.org/mstrobel/procyon/",
|
||||
"description": "Java decompiler",
|
||||
"license": "Apache-2.0",
|
||||
"version": "0.5.36",
|
||||
"url": "https://bitbucket.org/mstrobel/procyon/downloads/procyon-decompiler-0.5.36.jar#/procyon.jar",
|
||||
"hash": "74f9f1537113207521a075fafe64bd8265c47a9c73574bbf9fa8854bbf7126bc",
|
||||
"bin": "procyon.jar",
|
||||
"suggest": {
|
||||
"JDK": [
|
||||
"java/oraclejdk",
|
||||
"java/openjdk"
|
||||
]
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://bitbucket.org/mstrobel/procyon/downloads/",
|
||||
"regex": "procyon-decompiler-([\\d.]+).jar"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://bitbucket.org/mstrobel/procyon/downloads/procyon-decompiler-$version.jar#/procyon.jar"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user