mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
* fix autoupdate hash regression * update nodejs-lts 6.9.4 * add autoupdate.note * update mercurial 4.0.2 and add autoupdate * fix autoupdate if no arch specific options are set * update syncany-cli 0.4.7 and add autoupdate * update youtube-dl 2017.01.05 and add autoupdate * update git-lfs 1.5.4 and add autoupdate * fix far version number * update imagemagick 7.0.4-3 * replace imagemagick ffmpeg with dependency (as discussed in #1192) * update modd 0.4 and add autoupdate * whitelist chocolatey urls from HEAD check * update scriptcs 0.16.1 and add autoupdate * update rg 0.3.2 and add autoupdate * update kotlin 1.0.6 and add autoupdate * update xz 5.2.3 and add autoupdate * update openjdk 1.8.0.111-3 and add autoupdate * update git-up 1.4.1 and add autoupdate * update ninja 1.7.2 and add autoupdate
30 lines
897 B
JSON
30 lines
897 B
JSON
{
|
|
"homepage": "http://tukaani.org/xz/",
|
|
"license": "http://tukaani.org/xz/#licensing",
|
|
"version": "5.2.3",
|
|
"url": "http://tukaani.org/xz/xz-5.2.3-windows.zip",
|
|
"hash": "afe73c260e38fdebdd14c9eaab71c19b206ff74cebbdc744b0fa35b77b243220",
|
|
"architecture": {
|
|
"64bit": {
|
|
"bin": [
|
|
"bin_x86-64\\lzmadec.exe",
|
|
"bin_x86-64\\lzmainfo.exe",
|
|
"bin_x86-64\\xz.exe",
|
|
"bin_x86-64\\xzdec.exe"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"bin": [
|
|
"bin_i686\\lzmadec.exe",
|
|
"bin_i686\\lzmainfo.exe",
|
|
"bin_i686\\xz.exe",
|
|
"bin_i686\\xzdec.exe"
|
|
]
|
|
}
|
|
},
|
|
"checkver": "<h3>Stable<\\/h3>\\s+<p>\\s+([\\d.]+) was released",
|
|
"autoupdate": {
|
|
"url": "http://tukaani.org/xz/xz-$version-windows.zip"
|
|
}
|
|
}
|