mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-07 16:01:20 +00:00
17 lines
674 B
JSON
17 lines
674 B
JSON
{
|
|
"homepage": "https://listmonk.app",
|
|
"version": "0.4.0-alpha",
|
|
"license": "AGPL-3.0-only",
|
|
"description": "Self-hosted newsletter and mailing list manager",
|
|
"url": "https://github.com/knadh/listmonk/releases/download/v0.4.0-alpha/listmonk_0.4.0-alpha_windows_amd64.tar.gz",
|
|
"hash": "9224077226eed7916a72c6d46057ad09b88cc1db5d0ef81ff653bd592a46d40c",
|
|
"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"
|
|
}
|
|
}
|
|
}
|