1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00

Fix shasums and url attr

This commit is contained in:
Dante 2023-09-22 12:33:51 +01:00
parent 0fddf341a3
commit 81d256f7bb

View file

@ -107,9 +107,9 @@ main.default = 8449
in_subdir = false
extract = false
rename = "mautrix-whatsapp"
src.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-amd64"
amd64.sha256 = "845eb311f80c65dfb2bb643b89dd8e04a393e70793b839824ecc70b4da8b9f4c"
src.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-arm64"
arm64.sha256 = "eccdb539c9881b75d1f2719fbcd0c9af323aeebed5c74a2cc1bf0ba797c3a5ee"
src.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-arm"
amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-amd64"
amd64.sha256 = "ba04e93d11fe796d0f0fcf35e35447cce46ee06bee90051183c24dc0bd5044a0"
arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-arm64"
arm64.sha256 = "449ddd86d6533d2de63b2df536312d4514b83490c510a193a9fea09f56645b1c"
armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-arm"
armhf.sha256 = "9601ca6074d98c19f6184cb4c2feb751eb2e8d6784f9f0e5cf313c8f5dfaa5c4"