mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "5.0.0",
|
|
"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/v5.0.0/listmonk_5.0.0_windows_amd64.tar.gz",
|
|
"hash": "8a848e1fde5a64819d0ceea7a14072b2dccd7fe706a5a94f2031b6470c2c7cf8"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/knadh/listmonk/releases/download/v5.0.0/listmonk_5.0.0_windows_arm64.tar.gz",
|
|
"hash": "bbfa78e9b8c66ab5762e12f632f0d0d93eda74ced21c6f050f3704c36094962d"
|
|
}
|
|
},
|
|
"bin": "listmonk.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/knadh/listmonk"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/knadh/listmonk/releases/download/v$version/listmonk_$version_windows_amd64.tar.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/knadh/listmonk/releases/download/v$version/listmonk_$version_windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/listmonk_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|