listmonk: Add version 0.1.2-alpha (#244)

This commit is contained in:
Hsiao-nan Cheung 2019-07-16 14:21:24 +08:00 committed by GitHub
parent e0edc2ba43
commit 40d6e15c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
bucket/listmonk.json Normal file
View File

@ -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"
}
}
}