2024-04-06 13:11:25 +00:00

31 lines
1.1 KiB
JSON

{
"version": "4.28.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.28.0/diun_4.28.0_windows_amd64.zip",
"hash": "29b7f37d50b461c41d7094c5a11a2e658a2860b9613bba4e0d19b37b66dd415a"
},
"32bit": {
"url": "https://github.com/crazy-max/diun/releases/download/v4.28.0/diun_4.28.0_windows_386.zip",
"hash": "8c203bc040a54d32280db16d3a37174f6ebe1f81c119bb22d6c878328da3edd5"
}
},
"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"
}
}
}
}