From 6902f62149c4b8a3b254bd01c25e47dd5e9d8e3f Mon Sep 17 00:00:00 2001 From: earnest ma Date: Mon, 1 Mar 2021 15:37:58 -0500 Subject: [PATCH] notify-send: Add version 3.0.1 --- README.md | 1 + bucket/notify-send.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 bucket/notify-send.json diff --git a/README.md b/README.md index 8672a00..a53f926 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ | [hledger](https://hledger.org/) *hledger* | GPL-3.0 | | | [ledger](https://www.ledger-cli.org/) ([Binaries](https://github.com/FullofQuarks/Windows-Ledger-Binaries)) *ledger* | BSD-3-Clause | | | [ledgerble](https://github.com/sbridges/ledgerble) *ledgerble* | Apache-2.0 | | +| [notify-send](https://github.com/vaskovsky/notify-send/) *notify-send* | LGPL-3.0-only | | | [TiddlyDesktop](https://github.com/Jermolene/TiddlyDesktop) *tiddlydesktop* | UNKNOWN | | | [Xournal++ (Nightly Dev Releases)](https://github.com/xournalpp/xournalpp) *xournalpp-nightly* | GPL-2.0-or-later | | diff --git a/bucket/notify-send.json b/bucket/notify-send.json new file mode 100644 index 0000000..ff6957e --- /dev/null +++ b/bucket/notify-send.json @@ -0,0 +1,13 @@ +{ + "version": "3.0.1", + "description": "notify-send for Windows", + "homepage": "https://github.com/vaskovsky/notify-send", + "license": "LGPL-3.0-only", + "url": "https://github.com/vaskovsky/notify-send/releases/download/v3.0.1/notify-send.exe.3.0.1.zip", + "hash": "d0cd181185e9d872e739d1e4a2908ef40c20d07094ae185e3958050e08fc2494", + "bin": "notify-send.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/vaskovsky/notify-send/releases/download/v$version/notify-send.exe.$version.zip" + } +}