mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
* mailsend-go: Add v1.0.3 and mod mailsend * change mailsend hash url Co-Authored-By: niheaven <niheaven@gmail.com> * add notes
20 lines
830 B
JSON
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."
|
|
}
|