forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
handbrake-portable.json
35 lines (35 loc) · 1.14 KB
/
handbrake-portable.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"version": "1.6.1",
"description": "A tool for converting video from nearly any format to a selection of modern, widely supported codecs.",
"homepage": "https://handbrake.fr",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/HandBrake/HandBrake/releases/download/1.6.1/HandBrake-1.6.1-x86_64-Win_GUI.zip",
"hash": "09268732d21cc47d5787b6bef9a59f6c63a24529fea482660e4af82d1f9de07e"
}
},
"extract_dir": "HandBrake",
"pre_install": "Rename-Item $dir/portable.ini.template portable.ini",
"shortcuts": [
[
"HandBrake.exe",
"HandBrake"
]
],
"persist": "storage",
"checkver": {
"github": "https://github.com/HandBrake/HandBrake"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/HandBrake/HandBrake/releases/download/$version/HandBrake-$version-x86_64-Win_GUI.zip"
}
},
"hash": {
"url": "https://handbrake.fr/rotation.php?file=$basename",
"regex": "<td>$sha256</td>"
}
}
}