Skip to content

Commit

Permalink
firebird: bump to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Mar 25, 2024
1 parent e469110 commit 792b5b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions recipes/firebird/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sources:
"5.0.0-rc2":
url: "https://github.com/FirebirdSQL/firebird/releases/download/v5.0.0-RC2/Firebird-5.0.0.1304-RC2-source.tar.xz"
sha256: "3945439038ca776bb840715fb9bbb6bfb13ab084cd226ca0084a0c43e317c357"
"5.0.0":
url: "https://github.com/FirebirdSQL/firebird/archive/refs/tags/v5.0.0.tar.gz"
sha256: "4da3aedbbe780f5f878f19998828fa64a9b43285499eff99c5dad71b7c72dcaf"
4 changes: 2 additions & 2 deletions recipes/firebird/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def requirements(self):

# Newer versions of re2 add abseil as a transitive dependency,
# which makes ./configure unusably slow for some reason
self.requires("re2/20230301")
# self.requires("abseil/20230802.1") # only absl_int128 is used
self.requires("re2/20231101")
# self.requires("abseil/20240116.1") # only absl_int128 is used

# TODO: enable when merged
# https://github.com/conan-io/conan-center-index/pull/18852
Expand Down
2 changes: 1 addition & 1 deletion recipes/firebird/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
versions:
"5.0.0-rc2":
"5.0.0":
folder: all

0 comments on commit 792b5b6

Please sign in to comment.