From d3ecfe0199204ebd0d62ecf31bab30e48a039673 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Sat, 15 Jan 2022 11:39:24 +0530 Subject: [PATCH] annie: Rename to lux (#3190) --- bucket/annie.json | 32 -------------------------------- bucket/lux.json | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 bucket/annie.json create mode 100644 bucket/lux.json diff --git a/bucket/annie.json b/bucket/annie.json deleted file mode 100644 index d51d2d1573..0000000000 --- a/bucket/annie.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "version": "0.11.0", - "description": "A fast, simple and clean video downloader built with Go.", - "homepage": "https://github.com/iawia002/annie", - "license": "MIT", - "depends": "ffmpeg", - "architecture": { - "64bit": { - "url": "https://github.com/iawia002/annie/releases/download/v0.11.0/annie_0.11.0_Windows_64-bit.zip", - "hash": "46caaed6ce774a01b861c6b32fb6483b1f7ec802bc1c41854431327d9183ae52" - }, - "32bit": { - "url": "https://github.com/iawia002/annie/releases/download/v0.11.0/annie_0.11.0_Windows_32-bit.zip", - "hash": "25283efae11b9694260eceab308957ea4e8299a2b4f5be06be16336d4d562c92" - } - }, - "bin": "annie.exe", - "checkver": "github", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/iawia002/annie/releases/download/v$version/annie_$version_Windows_64-bit.zip" - }, - "32bit": { - "url": "https://github.com/iawia002/annie/releases/download/v$version/annie_$version_Windows_32-bit.zip" - } - }, - "hash": { - "url": "$baseurl/annie_$version_checksums.txt" - } - } -} diff --git a/bucket/lux.json b/bucket/lux.json new file mode 100644 index 0000000000..40b4edc697 --- /dev/null +++ b/bucket/lux.json @@ -0,0 +1,32 @@ +{ + "version": "0.12.0", + "description": "A fast, simple and clean video downloader built with Go.", + "homepage": "https://github.com/iawia002/lux", + "license": "MIT", + "depends": "ffmpeg", + "architecture": { + "64bit": { + "url": "https://github.com/iawia002/lux/releases/download/v0.12.0/lux_0.12.0_Windows_64-bit.zip", + "hash": "925a65cf9ceb974abed69ff18f73022fd62629db7c547f8901eb09b9c1093843" + }, + "32bit": { + "url": "https://github.com/iawia002/lux/releases/download/v0.12.0/lux_0.12.0_Windows_32-bit.zip", + "hash": "e149b57095a84df1fae7dc158fe5abe47d2957b0bfdb6e5ae0f33860b207d3fc" + } + }, + "bin": "lux.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/iawia002/lux/releases/download/v$version/lux_$version_Windows_64-bit.zip" + }, + "32bit": { + "url": "https://github.com/iawia002/lux/releases/download/v$version/lux_$version_Windows_32-bit.zip" + } + }, + "hash": { + "url": "$baseurl/lux_$version_checksums.txt" + } + } +}