flatpak: update and fix openldap build

openldap was failing to build on aarch64 due to an outdated
config.guess, so update it to a more recent version.
This commit is contained in:
Gustavo Noronha Silva 2022-03-28 18:38:06 -03:00 committed by Georges Basile Stavracas Neto
parent 3d34b6ddba
commit de27ec8ba2

View file

@ -518,9 +518,9 @@
], ],
"sources" : [ "sources" : [
{ {
"type" : "archive", "type": "archive",
"url" : "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.46.tgz", "url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.6.1.tgz",
"sha256" : "9a90dcb86b99ae790ccab93b7585a31fbcbeec8c94bf0f7ab0ca0a87ea0c4b2d" "sha256": "9d576ea6962d7db8a2e2808574e8c257c15aef55f403a1fb5a0faf35de70e6f3"
} }
] ]
}, },