mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "4.29.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.29.0/diun_4.29.0_windows_amd64.zip",
|
|
"hash": "954f2396030969987e8d1d3e06322676d09d87d27d00c10461b135c0ca82adc8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/crazy-max/diun/releases/download/v4.29.0/diun_4.29.0_windows_386.zip",
|
|
"hash": "95f944ed1ef92e723a9726cc1e5192a7297ec61af7d78763fee8103128f9dfc8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|