mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://github.com/muquit/mailsend-go",
|
|
"version": "1.0.8",
|
|
"description": "A multi-platform command line tool to send mail via SMTP protocol.",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/muquit/mailsend-go/releases/download/v1.0.8/mailsend-go_1.0.8_windows-64bit.zip",
|
|
"hash": "d1e0fb6a92882fab765d9a701853fa62c96520a3701fd41d498cbdc9054cecfe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/muquit/mailsend-go/releases/download/v1.0.8/mailsend-go_1.0.8_windows-32bit.zip",
|
|
"hash": "cf41063726b0f3ab8709fdc56f97fe5243b8d7015bcc4163b48053099b603cda"
|
|
}
|
|
},
|
|
"extract_dir": "mailsend-go-dir",
|
|
"bin": [
|
|
"mailsend-go.exe",
|
|
[
|
|
"mailsend-go.exe",
|
|
"mailsend"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/muquit/mailsend-go/releases/download/v$version/mailsend-go_$version_windows-64bit.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/muquit/mailsend-go/releases/download/v$version/mailsend-go_$version_windows-32bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/mailsend-go_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|