Skip to content

Commit

Permalink
gobject-introspection: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 16, 2024
1 parent 70de182 commit b69b5b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions recipes/gobject-introspection/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sources:
"1.78.1":
url: "https://download.gnome.org/sources/gobject-introspection/1.78/gobject-introspection-1.78.1.tar.xz"
sha256: "bd7babd99af7258e76819e45ba4a6bc399608fe762d83fde3cac033c50841bb4"
"1.80.1":
url: "https://download.gnome.org/sources/gobject-introspection/1.80/gobject-introspection-1.80.1.tar.xz"
sha256: "a1df7c424e15bda1ab639c00e9051b9adf5cea1a9e512f8a603b53cd199bc6d8"
"1.72.0":
url: "https://download.gnome.org/sources/gobject-introspection/1.72/gobject-introspection-1.72.0.tar.xz"
sha256: "02fe8e590861d88f83060dd39cda5ccaa60b2da1d21d0f95499301b186beaabc"
4 changes: 2 additions & 2 deletions recipes/gobject-introspection/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ def validate(self):
)

def build_requirements(self):
self.tool_requires("meson/1.3.0")
self.tool_requires("meson/[>=1.2.3 <2]")
if not self.conf.get("tools.gnu:pkg_config", default=False, check_type=str):
self.tool_requires("pkgconf/2.1.0")
self.tool_requires("pkgconf/[>=2.2 <3]")
if self.settings.os == "Windows":
self.tool_requires("winflexbison/2.5.25")
else:
Expand Down
2 changes: 1 addition & 1 deletion recipes/gobject-introspection/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
versions:
"1.78.1":
"1.80.1":
folder: all
"1.72.0":
folder: all

0 comments on commit b69b5b0

Please sign in to comment.