mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
23 lines
730 B
JSON
23 lines
730 B
JSON
{
|
|
"version": "1.0.2",
|
|
"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/v1.0.2/alass-windows64.zip",
|
|
"hash": "acb46f53357465df69e5aebdee337f77d3d86d895c16209ca7efa2e0fc7592a1",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|