Extras/bucket/ferdium.json
2026-04-19 20:31:07 +00:00

52 lines
2.2 KiB
JSON

{
"version": "7.1.2",
"description": "All-in-one messaging apps for various services",
"homepage": "https://ferdium.org/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ferdium/ferdium-app/releases/download/v7.1.2/Ferdium-win-AutoSetup-7.1.2-x64.exe#/dl.7z",
"hash": "sha512:b831c1a9637f471d2c0f058eae4a89beaa8c34cfe07b1eb3f9d1eb703bdc70236bcac2ff1768d784597961707bebb9a280e75bd9fc9b620022bafeee61f3c834"
},
"32bit": {
"url": "https://github.com/ferdium/ferdium-app/releases/download/v7.1.2/Ferdium-win-AutoSetup-7.1.2-ia32.exe#/dl.7z",
"hash": "sha512:505a70bbf88655b7f5736c89d81a51faf405d828adff8f255a764dfa3fccac5a673fe1d4d3f5a7f6b135e209186dee3031cd6426c7205b3a7511f6e7fb2f20bd"
},
"arm64": {
"url": "https://github.com/ferdium/ferdium-app/releases/download/v7.1.2/Ferdium-win-AutoSetup-7.1.2-arm64.exe#/dl.7z",
"hash": "sha512:626f6acda2e0af14718ca81bf2a04c5622dbebbb9c0ba433d77b30f3f30dbec4bda22d8c7717d9548123045ffd1a3578f8322626651bed25793aef8bc66c3270"
}
},
"pre_install": [
"Get-ChildItem \"$dir\\`$PLUGINSDIR\\app-*.7z\" | Rename-Item -NewName 'app.7z'",
"Expand-7zipArchive -Path \"$dir\\`$PLUGINSDIR\\app.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\" -Force -Recurse"
],
"shortcuts": [
[
"Ferdium.exe",
"Ferdium"
]
],
"checkver": {
"github": "https://github.com/ferdium/ferdium-app"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ferdium/ferdium-app/releases/download/v$version/Ferdium-win-AutoSetup-$version-x64.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/ferdium/ferdium-app/releases/download/v$version/Ferdium-win-AutoSetup-$version-ia32.exe#/dl.7z"
},
"arm64": {
"url": "https://github.com/ferdium/ferdium-app/releases/download/v$version/Ferdium-win-AutoSetup-$version-arm64.exe#/dl.7z"
}
},
"hash": {
"url": "$baseurl/latest.yml",
"regex": "$basename\\s+sha512:\\s+$base64"
}
}
}