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.23.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.23.2/mailpit-windows-amd64.zip",
|
|
"hash": "ccd9ea8e8e02de94b31aaf593a94f915a336cbb9830686063a341d3e3ab43aaa"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/axllent/mailpit/releases/download/v1.23.2/mailpit-windows-arm64.zip",
|
|
"hash": "ab240bca228f3a95127e42add2cf994cbb21f624b46805d988970f2a8a060429"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|