ScoopInstaller_Main/bucket/listmonk.json
2021-02-13 16:47:02 +01:00

25 lines
824 B
JSON

{
"version": "0.9.0-beta",
"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/v0.9.0-beta/listmonk_0.9.0-beta_windows_amd64.tar.gz",
"hash": "7b8eb8f1a22f78eb7768c842d2db878f4493b9b2c32a60426ff1db5f7a95a605"
}
},
"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"
}
}
}