ScoopInstaller_Main/bucket/listmonk.json
2025-06-08 12:31:21 +00:00

34 lines
1.2 KiB
JSON

{
"version": "5.0.2",
"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/v5.0.2/listmonk_5.0.2_windows_amd64.tar.gz",
"hash": "f7106edbfa9e875b2060c6ac72cfc08d4253c5198a109c8291636d33317bb86c"
},
"arm64": {
"url": "https://github.com/knadh/listmonk/releases/download/v5.0.2/listmonk_5.0.2_windows_arm64.tar.gz",
"hash": "907ce7e38aa8c43823797d6295d2f3320935bf644be6299210b6ef3098d595dd"
}
},
"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"
}
}
}