ScoopInstaller_Main/bucket/listmonk.json
2020-11-11 10:37:42 +01:00

25 lines
824 B
JSON

{
"version": "0.8.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.8.0-beta/listmonk_0.8.0-beta_windows_amd64.tar.gz",
"hash": "ca70a2dc5540e75feb05d337ecb2c6c11ed5bf779e636d42f01a1a281893a8f2"
}
},
"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"
}
}
}