2022-07-17 20:27:51 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.22.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.22.0/diun_4.22.0_windows_amd64.zip",
"hash": "03c161ab22b2ce7ccac56c8469dcf41e3d06d2a2d1e1bfb15cc861b287769264"
},
"32bit": {
"url": "https://github.com/crazy-max/diun/releases/download/v4.22.0/diun_4.22.0_windows_386.zip",
"hash": "d3a7733ed92cbf5b5668e9955d505f6a4ffed9ad8162d4427f2f3de43652bd9e"
}
},
"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"
}
}
}
}