flatpak: Bump libsecret version

And build with Meson now that autotools support has been removed.
This commit is contained in:
Niels De Graef 2024-07-24 00:13:23 +02:00
parent 6dad0b8b4d
commit b79bbad8ae

View file

@ -180,11 +180,15 @@
},
{
"name": "libsecret",
"buildsystem": "meson",
"config-opts": [
"-Dgtk_doc=false"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libsecret/0.19/libsecret-0.19.1.tar.xz",
"sha256": "8583e10179456ae2c83075d95455f156dc08db6278b32bf4bd61819335a30e3a"
"url": "https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.4.tar.xz",
"sha256": "163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20"
}
]
},