mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
22 lines
819 B
JSON
22 lines
819 B
JSON
{
|
|
"homepage": "https://github.com/lukesampson/pshazz",
|
|
"version": "0.2019.06.27",
|
|
"license": "Unlicense",
|
|
"url": "https://github.com/lukesampson/pshazz/archive/870f7436f27aac3d663f1de5f325c07da50d4ec3.zip",
|
|
"hash": "834abcb63fa31f244e8cf305580be99045f4e986a9448ae8b15106abf3b778c9",
|
|
"extract_dir": "pshazz-870f7436f27aac3d663f1de5f325c07da50d4ec3",
|
|
"bin": "bin\\pshazz.ps1",
|
|
"installer": {
|
|
"file": "bin\\install.ps1"
|
|
},
|
|
"checkver": {
|
|
"url": "https://github.com/lukesampson/pshazz/commits/master.atom",
|
|
"re": "(\\d+)-(\\d+)-(\\d+)[\\S\\s]*?(?<sha>[0-9a-f]{40})",
|
|
"replace": "0.${1}.${2}.${3}"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/lukesampson/pshazz/archive/$matchSha.zip",
|
|
"extract_dir": "pshazz-$matchSha"
|
|
}
|
|
}
|