ScoopInstaller_Main/bucket/mailsend.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08: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."
}