ScoopInstaller_Main/bucket/listmonk.json
2024-11-12 20:28:16 +00:00

34 lines
1.2 KiB
JSON

{
"version": "4.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/v4.1.0/listmonk_4.1.0_windows_amd64.tar.gz",
"hash": "a5d8168aa1f2655fa7218dc553759cbfa25da0d057ef59fa16190d2a0aef5e9a"
},
"arm64": {
"url": "https://github.com/knadh/listmonk/releases/download/v4.1.0/listmonk_4.1.0_windows_arm64.tar.gz",
"hash": "e582c9fd8ff04d253513709671f779c263a4da83ce8324fcbbb817b61346253a"
}
},
"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"
}
}
}