-
Notifications
You must be signed in to change notification settings - Fork 0
/
muffet.json
36 lines (36 loc) · 1.29 KB
/
muffet.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
36
{
"version": "2.8.0",
"description": "Muffet, the web repairgirl. Fast website link checker in Go.",
"license": "MIT",
"homepage": "https://github.com/raviqqe/muffet/",
"checkver": "github",
"architecture": {
"32bit": {
"url": "https://github.com/raviqqe/muffet/releases/download/v2.8.0/muffet_2.8.0_Windows_i386.tar.gz",
"hash": "f16cfccc9dd7ac33ef85cdc57908de0bae02935b43a22677ad98945383a1b117"
},
"64bit": {
"url": "https://github.com/raviqqe/muffet/releases/download/v2.8.0/muffet_2.8.0_Windows_x86_64.tar.gz",
"hash": "6585f03e7033da8bb370f42fb3ad7b081b0721045ff1e45cd37a65259812fa82"
}
},
"autoupdate": {
"hash": {
"urL": "https://github.com/raviqqe/muffet/releases/download/v$version/muffet_$version_checksums.txt"
},
"architecture": {
"32bit": {
"url": "https://github.com/raviqqe/muffet/releases/download/v$version/muffet_$version_Windows_i386.tar.gz"
},
"64bit": {
"url": "https://github.com/raviqqe/muffet/releases/download/v$version/muffet_$version_Windows_x86_64.tar.gz"
}
}
},
"bin": [
[
"muffet.exe",
"muffet"
]
]
}