2021-03-01 01:03:06 +00:00

32 lines
1.2 KiB
JSON

{
"version": "4.13.0",
"description": "A CLI application to receive notifications when a Docker image is updated on a Docker registry",
"homepage": "https://github.com/crazy-max/diun",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/crazy-max/diun/releases/download/v4.13.0/diun_4.13.0_windows_x86_64.zip",
"hash": "e167bb80264908ea92cd5c1a924fc6f0718c62c3cbda889de3c7241d8d9aa6fc"
},
"32bit": {
"url": "https://github.com/crazy-max/diun/releases/download/v4.13.0/diun_4.13.0_windows_i386.zip",
"hash": "8c2d010e2df88ebcd5b2639532434752c1646e9769d2ea24b6d98749405e24cd"
}
},
"bin": "diun.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/crazy-max/diun/releases/download/v$version/diun_$version_windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/crazy-max/diun/releases/download/v$version/diun_$version_windows_i386.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}