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