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