ScoopInstaller_Main/bucket/listmonk.json
2024-10-28 08:30:07 +00:00

34 lines
1.2 KiB
JSON

{
"version": "4.0.1",
"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/v4.0.1/listmonk_4.0.1_windows_amd64.tar.gz",
"hash": "2d50cc53ee057d4747dbafc9bebb65acfa3fd94cea35746288cff64d51802067"
},
"arm64": {
"url": "https://github.com/knadh/listmonk/releases/download/v4.0.1/listmonk_4.0.1_windows_arm64.tar.gz",
"hash": "da100a088809cb8fef0a209247cbbf01ebfbf4fda3e82eb90337512a0a181182"
}
},
"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"
}
}
}