Skip to content

Commit

Permalink
Add aegisub-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
h404bi committed Jan 22, 2019
1 parent c15c7c0 commit 43118ca
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions aegisub-nightly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"homepage": "http://plorkyeran.com/aegisub/",
"description": "(Aegisub trunk builds) Aegisub is a free, cross-platform open source tool for creating and modifying subtitles.",
"version": "r8942",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "http://plorkyeran.com/aegisub/downloads/aegisub-r8942-portable-64.exe#/dl.7z",
"hash": "3b3c57e752e080ff028ea7ff66f515ed1197b604fe1864a5aad14bdfc63d899f",
"extract_dir": "aegisub-r8942-portable-64",
"bin": [
[
"aegisub64.exe",
"aegisub"
]
],
"shortcuts": [
[
"aegisub64.exe",
"Aegisub x64"
]
]
},
"32bit": {
"url": "http://plorkyeran.com/aegisub/downloads/aegisub-r8942-portable-32.exe#/dl.7z",
"hash": "0d41f3e6954adf247100593cd2714022520dfe7e45f3f56834699e9b29289bbd",
"extract_dir": "aegisub-r8942-portable-32",
"bin": [
[
"aegisub32.exe",
"aegisub"
]
],
"shortcuts": [
[
"aegisub32.exe",
"Aegisub"
]
]
}
},
"checkver": {
"url": "http://plorkyeran.com/aegisub/",
"re": "(?:[\\d/]+) - ([r\\d]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://plorkyeran.com/aegisub/downloads/aegisub-$version-portable-64.exe#/dl.7z",
"extract_dir": "aegisub-$version-portable-64"
},
"32bit": {
"url": "http://plorkyeran.com/aegisub/downloads/aegisub-$version-portable-32.exe#/dl.7z",
"extract_dir": "aegisub-$version-portable-32"
}
}
}
}

0 comments on commit 43118ca

Please sign in to comment.