ScoopInstaller_Main/bucket/listmonk.json
2023-03-20 16:30:51 +00:00

25 lines
809 B
JSON

{
"version": "2.4.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.4.0/listmonk_2.4.0_windows_amd64.tar.gz",
"hash": "368b42b9f2858513d9da6162a60e932b698612f47245e71f5b64fe2529519d63"
}
},
"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"
}
}
}