mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 17:11:26 +00:00
25 lines
827 B
JSON
25 lines
827 B
JSON
{
|
|
"version": "0.7.0-alpha",
|
|
"description": "Self-hosted newsletter and mailing list manager",
|
|
"homepage": "https://listmonk.app",
|
|
"license": "AGPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/knadh/listmonk/releases/download/v0.7.0-alpha/listmonk_0.7.0-alpha_windows_amd64.tar.gz",
|
|
"hash": "7b332136cc7ffd0736a1bc748a58adc78487f0cd4759dac736b8fe69cdf1b51f"
|
|
}
|
|
},
|
|
"bin": "listmonk.exe",
|
|
"checkver": ">v([\\w.-]+)</",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/knadh/listmonk/releases/download/v$version/listmonk_$version_windows_amd64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/listmonk_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|