mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://github.com/muquit/mailsend-go",
|
|
"version": "1.0.9",
|
|
"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.9/mailsend-go_1.0.9_windows-64bit.zip",
|
|
"hash": "31e24baa362a4348e64e34cec84661155e25db2270045b485c63f091641f2883"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/muquit/mailsend-go/releases/download/v1.0.9/mailsend-go_1.0.9_windows-32bit.zip",
|
|
"hash": "f705a6e7abe2b93f203a734f408da4dfd91fbe6d623bf64a1abe847751f826fc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|