diff --git a/bucket/noti.json b/bucket/noti.json new file mode 100644 index 0000000000..9259e951e8 --- /dev/null +++ b/bucket/noti.json @@ -0,0 +1,21 @@ +{ + "version": "3.3.0", + "homepage": "https://github.com/variadico/noti", + "description": "Monitor a process and trigger a notification.", + "license": "MIT", + "checkver": "github", + "architecture": { + "64bit": { + "url": "https://github.com/variadico/noti/releases/download/3.3.0/noti3.3.0.windows-amd64.tar.gz", + "hash": "f862cf312ee8d3dc2c1d95484db9eeaa81dd37aa6b9676792d00404a73a616ea" + } + }, + "bin": "noti.exe", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/variadico/noti/releases/download/$version/noti$version.windows-amd64.tar.gz" + } + } + } +}