From 930be0241ab6ca93ea50d8a1df82fff18b1dd38d Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Thu, 12 Sep 2019 14:48:27 +0000 Subject: [PATCH] noti: add version 3.3.0 (#408) close #407 --- bucket/noti.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/noti.json 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" + } + } + } +}