ScoopInstaller_Main/bucket/mailsend-go.json
2019-04-22 13:25:10 +00:00

39 lines
1.3 KiB
JSON

{
"homepage": "https://github.com/muquit/mailsend-go",
"version": "1.0.4",
"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.4/mailsend-go_1.0.4_windows-64bit.zip",
"hash": "94a3b1a89d7f6741c306b5ebe029c971617fdbe6233d1071bf04a9f117c59b3c"
},
"32bit": {
"url": "https://github.com/muquit/mailsend-go/releases/download/v1.0.4/mailsend-go_1.0.4_windows-32bit.zip",
"hash": "b3fe4479d01ebf9ed2c57de683158d76fce6e6826d78d1104a8512b1a320e523"
}
},
"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"
}
}
}