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