2023-06-12 00:36:42 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.25.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.25.0/diun_4.25.0_windows_amd64.zip",
"hash": "bbd0cf823c6eecad11414373e829809f2826bf246dfd2e246be9382cf5138efe"
},
"32bit": {
"url": "https://github.com/crazy-max/diun/releases/download/v4.25.0/diun_4.25.0_windows_386.zip",
"hash": "ed7747d0d80ed6729c02bb9c2501e86576dc7c68b005c98dbf3f8c518747be1f"
}
},
"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"
}
}
}
}