ScoopInstaller_Main/bucket/listmonk.json
2022-07-30 20:27:06 +00:00

25 lines
809 B
JSON

{
"version": "2.2.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/v2.2.0/listmonk_2.2.0_windows_amd64.tar.gz",
"hash": "b133d3695379d11d9dd2398488b251ccc524b60697268501e85d90b26d896405"
}
},
"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"
}
}
}