mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
17 lines
674 B
JSON
17 lines
674 B
JSON
{
|
|
"homepage": "https://listmonk.app",
|
|
"version": "0.5.1-alpha",
|
|
"license": "AGPL-3.0-only",
|
|
"description": "Self-hosted newsletter and mailing list manager",
|
|
"url": "https://github.com/knadh/listmonk/releases/download/v0.5.1-alpha/listmonk_0.5.1-alpha_windows_amd64.tar.gz",
|
|
"hash": "3843393d4288a6a46e63659643fef138c844ecb4855a763b817f5394ea844206",
|
|
"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"
|
|
}
|
|
}
|
|
}
|