From 40d6e15c6d073b458136cd723616e9dabcd40087 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 16 Jul 2019 14:21:24 +0800 Subject: [PATCH] listmonk: Add version 0.1.2-alpha (#244) --- bucket/listmonk.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bucket/listmonk.json 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" + } + } +}