-
Notifications
You must be signed in to change notification settings - Fork 9
/
arc.json
34 lines (34 loc) · 1.34 KB
/
arc.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
{
"version": "3.5.0",
"description": "Easily create & extract archives, and compress & decompress files of various formats.",
"homepage": "https://github.com/mholt/archiver",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/mholt/archiver/releases/download/v3.5.0/arc_3.5.0_windows_amd64.exe#/arc.exe",
"hash": "bd89e2cb031f6984758cb8333925778393d25f27928efcf756e084952067b4df"
},
"32bit": {
"url": "https://github.com/mholt/archiver/releases/download/v3.5.0/arc_3.5.0_windows_386.exe#/arc.exe",
"hash": "ac5908fe97f62d042f82196661d6f9a9c3cf85eeb30eb4cea877a2fefde599b3"
}
},
"bin": "arc.exe",
"checkver": {
"url": "https://api.github.com/repositories/55814200/releases",
"regex": "arc_([\\d.]+)_windows_amd64\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mholt/archiver/releases/download/v$version/arc_$version_windows_amd64.exe#/arc.exe"
},
"32bit": {
"url": "https://github.com/mholt/archiver/releases/download/v$version/arc_$version_windows_386.exe#/arc.exe"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}