2021-09-06 00:00:39 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.20.1",
"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.20.1/diun_4.20.1_windows_amd64.zip",
"hash": "769ee68535178078b9407dc722fc9818e3bd14532f8424e0ba090c258c6b13dd"
},
"32bit": {
"url": "https://github.com/crazy-max/diun/releases/download/v4.20.1/diun_4.20.1_windows_386.zip",
"hash": "03eafa78014f453a1bfe404d58b03b967c253ad4f078ad6c5cee0ce8085dde47"
}
},
"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"
}
}
}
}