mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
23 lines
730 B
JSON
23 lines
730 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|