From d67138c0dfd0ce32098941b565d7be135f6d6966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pommel?= <46231231+apommel@users.noreply.github.com> Date: Sat, 1 Aug 2020 00:33:23 +0900 Subject: [PATCH] alass: Add version 2.0.0 (#1221) --- bucket/alass.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/alass.json diff --git a/bucket/alass.json b/bucket/alass.json new file mode 100644 index 0000000000..d95f4b83b7 --- /dev/null +++ b/bucket/alass.json @@ -0,0 +1,22 @@ +{ + "version": "2.0.0", + "description": "Automatic Language-Agnostic Subtitle Synchronization", + "homepage": "https://github.com/kaegi/alass", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/kaegi/alass/releases/download/v2.0.0/alass-windows64.zip", + "hash": "e81a72f97f592910e909a2352d6b8c0de0801c51ac1383bad4ebf3f2ecdd2fd8", + "extract_dir": "alass-windows64" + } + }, + "bin": "alass.bat", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/kaegi/alass/releases/download/v$version/alass-windows64.zip" + } + } + } +}