ScoopInstaller_Main/mailsend.json
Hsiao-nan Cheung f6f9e28624 mailsend-go: Add v1.0.3 and mod mailsend (#3258)
* mailsend-go: Add v1.0.3 and mod mailsend

* change mailsend hash url

Co-Authored-By: niheaven <niheaven@gmail.com>

* add notes
2019-03-24 07:12:59 -07:00

20 lines
830 B
JSON

{
"homepage": "https://github.com/muquit/mailsend",
"version": "1.19",
"description": "A program to send mail via SMTP from command line.",
"license": "BSD-3-Clause",
"url": "https://github.com/muquit/mailsend/releases/download/1.19/mailsend1.19.exe.zip",
"hash": "sha1:9f25e39200089d8c281949323eadb7ab18352dff",
"pre_install": "Rename-Item \"$dir\\mailsend$version.exe\" \"$dir\\mailsend.exe\"",
"bin": "mailsend.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/muquit/mailsend/releases/download/$version/mailsend$version.exe.zip",
"hash": {
"url": "https://github.com/muquit/mailsend/releases/tag/$version",
"regex": "SHA1\\($basename\\).*$sha1"
}
},
"notes": "Depricated, please use 'mailsend-go' instead."
}