-
Notifications
You must be signed in to change notification settings - Fork 4
/
blat.json
37 lines (37 loc) · 1.53 KB
/
blat.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
37
{
"version": "3.2.24",
"description": "A Windows command line utility that sends eMail using SMTP or post to usenet using NNTP.",
"homepage": "https://www.blat.net",
"license": {
"identifier": "Public Domain",
"url": "https://www.blat.net/?docs/license.txt"
},
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/blat/Blat%20Full%20Version/64%20bit%20versions/blat3224_64.full.zip",
"hash": "sha1:436c01bfa4dc14a255e63720d0745791bdd9910e"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/blat/Blat%20Full%20Version/32%20bit%20versions/Win2000%20and%20newer/blat3224_32.full.zip",
"hash": "sha1:a98f048900cea5a70e5ee4f39ad08f6d4f13eccc"
}
},
"extract_dir": "blat3224",
"bin": "full\\blat.exe",
"checkver": {
"url": "https://sourceforge.net/projects/blat/rss?path=/Blat%20Full%20Version",
"regex": "blat(\\d)(\\d)(\\d+)_32\\.full\\.zip",
"replace": "${1}.${2}.${3}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/blat/Blat%20Full%20Version/64%20bit%20versions/blat$cleanVersion_64.full.zip"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/blat/Blat%20Full%20Version/32%20bit%20versions/Win2000%20and%20newer/blat$cleanVersion_32.full.zip"
}
},
"extract_dir": "blat$cleanVersion"
}
}