noti: add version 3.3.0 (#408)

close #407
This commit is contained in:
linsui 2019-09-12 14:48:27 +00:00 committed by Richard Kuhnt
parent 4d098dbc66
commit 930be0241a

21
bucket/noti.json Normal file
View File

@ -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"
}
}
}
}