1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flood_ynh.git synced 2024-09-03 18:36:20 +02:00

Fix sha sum

This commit is contained in:
Thomas 2024-05-03 19:04:20 +02:00 committed by GitHub
parent fb2c71f729
commit e15bc0b1e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,9 +43,9 @@ ram.runtime = "50M"
[resources.sources.main]
rename = "flood-linux.deb"
arm64.url = "https://github.com/jesec/flood/releases/download/v4.7.0/flood-linux-arm64.deb"
arm64.sha256 = "ed4626cf22580d2cd9932a870d14b2f93320f6768e5fa7d9bbbfa234ef7c4e6a"
arm64.sha256 = "607bb6339e051cd6f84ba58bb06859c49059b9ea786828f56a916330d507df28"
amd64.url = "https://github.com/jesec/flood/releases/download/v4.7.0/flood-linux-x64.deb"
amd64.sha256 = "d528edc50e2a2a8d60aa1d37e2cdf0353c48f792b7ded4f150a0914931076d3f"
amd64.sha256 = "9eaf3bbe23354f009952c0146da5b8c349ff6840c9d8867d14697c7ee3392c3a"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "flood-linux-arm64.deb"