alass: Add version 2.0.0 (#1221)

This commit is contained in:
Aurélien Pommel 2020-08-01 00:33:23 +09:00 committed by GitHub
parent abdb8ff1bb
commit d67138c0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
bucket/alass.json Normal file
View File

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