From 52ebfea84d2dcbb02b318a54c205c5fb5058c818 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Wed, 17 Feb 2021 21:38:40 -0500 Subject: [PATCH] chore: Cleanup [scoop skip] [skip ci] --- bucket/yadm.json | 18 ------------------ deprecated/liquidsoap-pre-release.json | 15 --------------- deprecated/liquidsoap.json | 21 --------------------- 3 files changed, 54 deletions(-) delete mode 100644 bucket/yadm.json delete mode 100644 deprecated/liquidsoap-pre-release.json delete mode 100644 deprecated/liquidsoap.json diff --git a/bucket/yadm.json b/bucket/yadm.json deleted file mode 100644 index a5cb187..0000000 --- a/bucket/yadm.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "##": "This doesn't work at all ///////////yadm configuration is stored in %HOME%/.config/yadm", - "version": "2.5.0", - "description": "Yet another dotfiles manager", - "homepage": "https://yadm.io/", - "license": "GPL-3.0", - "url": "https://github.com/TheLocehiliosan/yadm/archive/2.5.0.zip", - "extract_dir": "yadm-2.5.0", - "hash": "4c3e3365e5fe7431adff103550f202f0ed62fceb1703a6d36803e4e2067abd2a", - "bin": "yadm", - "notes": "You probably need a compatible shell, e.g. Git Bash for Windows to run this. Configuration is stored in %HOME%/.config/yadm.", - "checkver": { - "github": "https://github.com/TheLocehiliosan/yadm" - }, - "autoupdate": { - "url": "https://github.com/TheLocehiliosan/yadm/archive/download/$version.zip" - } -} diff --git a/deprecated/liquidsoap-pre-release.json b/deprecated/liquidsoap-pre-release.json deleted file mode 100644 index 027da98..0000000 --- a/deprecated/liquidsoap-pre-release.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version": "1.4.4-pre-release", - "description": "Pre-releases of an 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.4-pre-release/liquidsoap-v1.4.4-pre-release-win64.zip", - "hash": "87959db6f24bb80a85d01e54de5c63cbaac6eb5c77111e950fb4504d8b4ad50a", - "extract_dir": "liquidsoap-v1.4.4-pre-release-win64" - } - }, - "bin": ["liquidsoap.exe", "liquidsoap-pre-release"], - "notes": "Regular release available in this bucket as liquidsoap" -} diff --git a/deprecated/liquidsoap.json b/deprecated/liquidsoap.json deleted file mode 100644 index effe4cf..0000000 --- a/deprecated/liquidsoap.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "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" - } -}