mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 23:21:19 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.18.2",
|
|
"description": "An email and SMTP testing tool with API for developers",
|
|
"homepage": "https://mailpit.axllent.org",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/axllent/mailpit/releases/download/v1.18.2/mailpit-windows-amd64.zip",
|
|
"hash": "a90a2516d927994e8bf091255d7524f704818040f30c2f6cada0f9b8e06ac56a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/axllent/mailpit/releases/download/v1.18.2/mailpit-windows-arm64.zip",
|
|
"hash": "ac114d8ffac6dd0f003e514459e83eaecd4d824a93fdef379a56c45d9015d4af"
|
|
}
|
|
},
|
|
"bin": "mailpit.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/axllent/mailpit"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/axllent/mailpit/releases/download/v$version/mailpit-windows-amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/axllent/mailpit/releases/download/v$version/mailpit-windows-arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|