diff --git a/bucket/listmonk.json b/bucket/listmonk.json new file mode 100644 index 0000000000..fa6a56327a --- /dev/null +++ b/bucket/listmonk.json @@ -0,0 +1,16 @@ +{ + "homepage": "https://listmonk.app", + "version": "0.1.2-alpha", + "license": "AGPL-3.0-only", + "description": "Self-hosted newsletter and mailing list manager", + "url": "https://github.com/knadh/listmonk/releases/download/v0.1.2-alpha/listmonk_0.1.2-alpha_windows_amd64.tar.gz", + "hash": "0aa6e0b28e321835af691704f96ee6e55056973dc06460b1703666fd7c858761", + "bin": "listmonk.exe", + "checkver": "\\(v([\\w.-]+),", + "autoupdate": { + "url": "https://github.com/knadh/listmonk/releases/download/v$version/listmonk_$version_windows_amd64.tar.gz", + "hash": { + "url": "$baseurl/listmonk_$version_checksums.txt" + } + } +}