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