ScoopInstaller_Main/bucket/listmonk.json
2023-08-21 08:26:24 +00:00

25 lines
809 B
JSON

{
"version": "2.5.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/v2.5.1/listmonk_2.5.1_windows_amd64.tar.gz",
"hash": "06b9e3cac70adae2af4025198561df341e28e2bfee31b33386112f039a073c04"
}
},
"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"
}
}
}