mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|