mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "4.24.0",
|
|
"description": "A CLI application to receive notifications when a Docker image is updated on a Docker registry",
|
|
"homepage": "https://crazymax.dev/diun/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/crazy-max/diun/releases/download/v4.24.0/diun_4.24.0_windows_amd64.zip",
|
|
"hash": "403b20cccdec0ddd5a9160f93688df49b0d9fa9b8548ab1c1579f41b0fb99a0c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/crazy-max/diun/releases/download/v4.24.0/diun_4.24.0_windows_386.zip",
|
|
"hash": "f790356d25b6a2b1ae0157dc26cf6c18ab2b9ea3054ac2f7e4d1233f3bcf4df6"
|
|
}
|
|
},
|
|
"bin": "diun.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/crazy-max/diun"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/crazy-max/diun/releases/download/v$version/diun_$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/crazy-max/diun/releases/download/v$version/diun_$version_windows_386.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|