liquidsoap: Add version 1.4.3

Close #6
main
earnest ma 2020-12-11 15:01:35 -05:00
parent 5af3bfee9c
commit 50c267fb72
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
2 changed files with 22 additions and 0 deletions

View File

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

21
bucket/liquidsoap.json Normal file
View File

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