Issac Lin dc238465f9
dust: Fix checkver
Dust marks 'v0.8.1-alpha.2' as 'latest version'. Matching from all releases to get version '0.8.0'
2022-04-14 23:53:37 +08:00

36 lines
1.5 KiB
JSON

{
"version": "0.8.0",
"description": "du(1) - File space usage analyzer",
"homepage": "https://github.com/bootandy/dust",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.8.0/dust-v0.8.0-x86_64-pc-windows-msvc.zip",
"hash": "3d7b671e382d172d54342de78208aac3a6df262bee15b53d4dd551bff2e80274",
"extract_dir": "dust-v0.8.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.8.0/dust-v0.8.0-i686-pc-windows-msvc.zip",
"hash": "b3a57efaaa12380bc504ab69b20a83ed9d52583b614cbbbd7d71374f6b70f172",
"extract_dir": "dust-v0.8.0-i686-pc-windows-msvc"
}
},
"bin": "dust.exe",
"checkver": {
"url": "https://api.github.com/repos/bootandy/dust/releases",
"regex": "dust-v([\\d.]+)-x86_64-pc-windows-msvc\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bootandy/dust/releases/download/v$version/dust-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "dust-v$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v$version/dust-v$version-i686-pc-windows-msvc.zip",
"extract_dir": "dust-v$version-i686-pc-windows-msvc"
}
}
}
}