ScoopInstaller_Main/bucket/mailsend-go.json
2019-10-27 21:01:51 +00:00

39 lines
1.3 KiB
JSON

{
"homepage": "https://github.com/muquit/mailsend-go",
"version": "1.0.6",
"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.6/mailsend-go_1.0.6_windows-64bit.zip",
"hash": "258e96a0f57af4fdc2bed45c102c1fcf0481979a27a828d5f6aa41d6b5f2e5c5"
},
"32bit": {
"url": "https://github.com/muquit/mailsend-go/releases/download/v1.0.6/mailsend-go_1.0.6_windows-32bit.zip",
"hash": "75930876075b0ebe12d9dbe22c52c14590112a36a50a0b00ed512d0aa8be99e6"
}
},
"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"
}
}
}