mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-27 05:44:39 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "4.31.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.31.0/diun_4.31.0_windows_amd64.zip",
|
|
"hash": "a13eb88f37027586bb92c24b91460c0dd4426e22a122498889af72b2dca13572"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/crazy-max/diun/releases/download/v4.31.0/diun_4.31.0_windows_386.zip",
|
|
"hash": "2bbb1a5dbc4ffe60c1497c08bfc287dfe5adf15a1f142ae69603fef9626faa99"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|