forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbutterflow.json
31 lines (31 loc) · 1.12 KB
/
butterflow.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
{
"version": "0.2.4a4",
"description": "Video manipulation tool.",
"homepage": "https://github.com/dthpham/butterflow",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dthpham/butterflow/releases/download/0.2.4.alpha2/butterflow-0.2.4a4-win64.zip",
"hash": "856ad05bafaeb9d084d6b1cbf0bdec17defeef438e610f6a3a772087acea301b",
"extract_dir": "butterflow-0.2.4a4-win64"
}
},
"bin": "butterflow.exe",
"checkver": {
"github": "https://github.com/dthpham/butterflow",
"regex": "download/(?<rel>[\\w.]+)/butterflow-([\\w.]+)-win64\\.zip",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dthpham/butterflow/releases/download/$matchRel/butterflow-$version-win64.zip",
"extract_dir": "butterflow-$version-win64"
}
},
"hash": {
"url": "https://raw.githubusercontent.com/dthpham/butterflow/master/README.md",
"regex": "$basename\\s+\\* Sha256: $sha256"
}
}
}