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.19.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.19.0/diun_4.19.0_windows_amd64.zip",
|
|
"hash": "8f9c9f0cf79548ebefbff2971762e4dd490931a221f0566aacd9009efe858180"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/crazy-max/diun/releases/download/v4.19.0/diun_4.19.0_windows_386.zip",
|
|
"hash": "a25ca892a4fa322f2895074f3598a4e360d59e902e752e3830ddc48bdaa7f673"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|