mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "5.1.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.1.0/listmonk_5.1.0_windows_amd64.tar.gz",
|
|
"hash": "9f44f6018fd2a4bebeb028961674e8c8401ed0221ec286b1cb9eb3ad216ecf67"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/knadh/listmonk/releases/download/v5.1.0/listmonk_5.1.0_windows_arm64.tar.gz",
|
|
"hash": "d2ebefebe21f6fca7f4a5d1107452617c009f04e67e3c5273818c40b84e8b48e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|