mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.19.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.19.2/mailpit-windows-amd64.zip",
|
|
"hash": "6a4a6e35245b1d5bb95582c5e9c696ac9049f5025787cf49e03c86183d8db651"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/axllent/mailpit/releases/download/v1.19.2/mailpit-windows-arm64.zip",
|
|
"hash": "f298519faa7e6a1cd6d1efdb3f10d3a342fa1d54c92f52dfe62bf32cecb08f32"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|