ScoopInstaller_Main/bucket/listmonk.json
2021-06-09 15:00:16 +00:00

25 lines
809 B
JSON

{
"version": "1.1.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/v1.1.0/listmonk_1.1.0_windows_amd64.tar.gz",
"hash": "44b9171d3fc1cbf25497602050c66916bd5367b3942a36d1d5ddbae76390568c"
}
},
"bin": "listmonk.exe",
"checkver": ">v([\\w.-]+)</",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/knadh/listmonk/releases/download/v$version/listmonk_$version_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/listmonk_$version_checksums.txt"
}
}
}