ScoopInstaller_Main/bucket/listmonk.json
2026-01-02 20:29:40 +00:00

34 lines
1.2 KiB
JSON

{
"version": "6.0.0",
"description": "Self-hosted newsletter and mailing list manager",
"homepage": "https://listmonk.app",
"license": "AGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/knadh/listmonk/releases/download/v6.0.0/listmonk_6.0.0_windows_amd64.tar.gz",
"hash": "74a79eccd7ba35c9a6c80e50f0809f102887a8ff02029f36edccead16a4a4811"
},
"arm64": {
"url": "https://github.com/knadh/listmonk/releases/download/v6.0.0/listmonk_6.0.0_windows_arm64.tar.gz",
"hash": "622baaa80ca4d7c92bd629a7d23d26c3d7877f68752eb9892dfb859b5caa4434"
}
},
"bin": "listmonk.exe",
"checkver": {
"github": "https://github.com/knadh/listmonk"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/knadh/listmonk/releases/download/v$version/listmonk_$version_windows_amd64.tar.gz"
},
"arm64": {
"url": "https://github.com/knadh/listmonk/releases/download/v$version/listmonk_$version_windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/listmonk_$version_checksums.txt"
}
}
}