ScoopInstaller_Main/which.json
Jakub Čábera df2f2caff1 Convert sourceforge urls to use downloads mirror (#3340)
#2199

Also fix small typo in checkhashes
2019-04-20 21:36:00 +02:00

14 lines
560 B
JSON

{
"version": "2.20",
"description": "Show the full path of command.",
"homepage": "http://gnuwin32.sourceforge.net/packages/which.htm",
"license": "GPL-2.0-only",
"url": "https://downloads.sourceforge.net/projects/gnuwin32/which/2.20/which-2.20-bin.zip",
"hash": "sha1:385990045d755bb910d2c30b9697faf36d61e37e",
"bin": "bin\\which.exe",
"checkver": "(?smi)Version</a></h2>\\s+<p>([\\d\\.]+)",
"autoupdate": {
"url": "https://downloads.sourceforge.net/projects/gnuwin32/which/$version/which-$version-bin.zip"
}
}