mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "4.14.0",
|
|
"description": "A CLI application to receive notifications when a Docker image is updated on a Docker registry",
|
|
"homepage": "https://github.com/crazy-max/diun",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/crazy-max/diun/releases/download/v4.14.0/diun_4.14.0_windows_x86_64.zip",
|
|
"hash": "534e40ce9bcc8f3980189fd76cb068d089d390239f87cbb598d48034be7704d3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/crazy-max/diun/releases/download/v4.14.0/diun_4.14.0_windows_i386.zip",
|
|
"hash": "4c78bb701e1dbaf2b34d744834b92ca6e90c5be294a9526a595df8bda8e2f18b"
|
|
}
|
|
},
|
|
"bin": "diun.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/crazy-max/diun/releases/download/v$version/diun_$version_windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/crazy-max/diun/releases/download/v$version/diun_$version_windows_i386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|