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.26.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.26.0/diun_4.26.0_windows_amd64.zip",
|
|
"hash": "b8345aaf0a36009a3095710e5d182c7e0620f77aee5502cc70146f611301b2e2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/crazy-max/diun/releases/download/v4.26.0/diun_4.26.0_windows_386.zip",
|
|
"hash": "f7b5868fbc8cebeea0601447c40912a0b84dbcbb80d8268f2c9fdd3810572a90"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|