ScoopInstaller_Main/bucket/mailsend-go.json
2019-07-06 20:00:16 +00:00

39 lines
1.3 KiB
JSON

{
"homepage": "https://github.com/muquit/mailsend-go",
"version": "1.0.5",
"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.5/mailsend-go_1.0.5_windows-64bit.zip",
"hash": "a9db8936de409379643151386894fe66889e1c74284cf0e8805f67207ae69be0"
},
"32bit": {
"url": "https://github.com/muquit/mailsend-go/releases/download/v1.0.5/mailsend-go_1.0.5_windows-32bit.zip",
"hash": "b3991a6bcc66f8315980cfba46c18ef370a5d120f04ab65eae6331e6ed628694"
}
},
"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"
}
}
}