From 50c267fb729da9db509d972c7c50256d4a030ab0 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 11 Dec 2020 15:01:35 -0500 Subject: [PATCH] liquidsoap: Add version 1.4.3 Close #6 --- README.md | 1 + bucket/liquidsoap.json | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 bucket/liquidsoap.json diff --git a/README.md b/README.md index 8e553cb..12444f3 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,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 | | +| [Liquidsoap](https://www.liquidsoap.info/) *liquidsoap* | GPL-2.0 | | | [TiddlyDesktop](https://github.com/Jermolene/TiddlyDesktop) *tiddlydesktop* | UNKNOWN | | | [Xournal++ (Nightly Dev Releases)](https://github.com/xournalpp/xournalpp) *xournalpp-nightly* | GPL-2.0-or-later | | | [yadm](https://github.com/TheLocehiliosan/yadm) *yadm* | GPL-3.0 | | diff --git a/bucket/liquidsoap.json b/bucket/liquidsoap.json new file mode 100644 index 0000000..effe4cf --- /dev/null +++ b/bucket/liquidsoap.json @@ -0,0 +1,21 @@ +{ + "version": "1.4.3", + "description": "Audio and video streaming language", + "homepage": "https://www.liquidsoap.info", + "license": "GPL-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/savonet/liquidsoap/releases/download/v1.4.3/liquidsoap-v1.4.3-win64.zip", + "hash": "2a1bf9bd645d031f471fc118330ec55d2875e7deb1770fc35e63c80d8350c306", + "extract_dir": "liquidsoap-v1.4.3-win64" + } + }, + "bin": "liquidsoap.exe", + "checkver": { + "github": "https://github.com/savonet/liquidsoap" + }, + "autoupdate": { + "url": "https://github.com/savonet/liquidsoap/releases/download/v$version/liquidsoap-v$version-win64.zip", + "extract_dir": "liquidsoap-v$version-win64" + } +}