listmonk: Add arm64 version (#5293)

This commit is contained in:
Aliaksandr Belik 2023-11-24 01:39:16 +03:00 committed by GitHub
parent c34435e18b
commit 2d70550ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,23 @@
"64bit": { "64bit": {
"url": "https://github.com/knadh/listmonk/releases/download/v2.5.1/listmonk_2.5.1_windows_amd64.tar.gz", "url": "https://github.com/knadh/listmonk/releases/download/v2.5.1/listmonk_2.5.1_windows_amd64.tar.gz",
"hash": "06b9e3cac70adae2af4025198561df341e28e2bfee31b33386112f039a073c04" "hash": "06b9e3cac70adae2af4025198561df341e28e2bfee31b33386112f039a073c04"
},
"arm64": {
"url": "https://github.com/knadh/listmonk/releases/download/v2.5.1/listmonk_2.5.1_windows_arm64.tar.gz",
"hash": "cc41d9b6e90d9517a603f31ec5adadd27bbeb44e464ab8daed205305a441bcdf"
} }
}, },
"bin": "listmonk.exe", "bin": "listmonk.exe",
"checkver": ">v([\\w.-]+)</", "checkver": {
"github": "https://github.com/knadh/listmonk"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/knadh/listmonk/releases/download/v$version/listmonk_$version_windows_amd64.tar.gz" "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": { "hash": {