2022-01-27 00:36:09 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.21.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.21.0/diun_4.21.0_windows_amd64.zip",
"hash": "71958a450e2733f0b623a33e2e6b3ba164ecabd2ade6ece6a96043fdf9e03266"
},
"32bit": {
"url": "https://github.com/crazy-max/diun/releases/download/v4.21.0/diun_4.21.0_windows_386.zip",
"hash": "a047d665c1edd0d2bae10f14b9c4d58279c5ad75759c4ca663d45ff105de078e"
}
},
"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"
}
}
}
}