mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.22.3",
|
|
"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.22.3/mailpit-windows-amd64.zip",
|
|
"hash": "93eba6c05d6cf996c77554e4b823c023c7a8925448baaa77bbc59ee4dbd2d08f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/axllent/mailpit/releases/download/v1.22.3/mailpit-windows-arm64.zip",
|
|
"hash": "cfe832b75c52a753202fe9c65f39ce2ff0f19c58fe87a6f57f5784e66a6a5ad3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|