glib: add 2.74.1 (#33650)
This commit is contained in:
parent
2264b75ca0
commit
707e56dea8
1 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,7 @@ class Glib(Package):
|
||||||
|
|
||||||
maintainers = ["michaelkuhn"]
|
maintainers = ["michaelkuhn"]
|
||||||
|
|
||||||
|
version("2.74.1", sha256="0ab981618d1db47845e56417b0d7c123f81a3427b2b9c93f5a46ff5bbb964964")
|
||||||
version("2.74.0", sha256="3652c7f072d7b031a6b5edd623f77ebc5dcd2ae698598abcc89ff39ca75add30")
|
version("2.74.0", sha256="3652c7f072d7b031a6b5edd623f77ebc5dcd2ae698598abcc89ff39ca75add30")
|
||||||
version("2.72.4", sha256="8848aba518ba2f4217d144307a1d6cb9afcc92b54e5c13ac1f8c4d4608e96f0e")
|
version("2.72.4", sha256="8848aba518ba2f4217d144307a1d6cb9afcc92b54e5c13ac1f8c4d4608e96f0e")
|
||||||
version("2.72.3", sha256="4a39a2f624b8512d500d5840173eda7fa85f51c109052eae806acece85d345f0")
|
version("2.72.3", sha256="4a39a2f624b8512d500d5840173eda7fa85f51c109052eae806acece85d345f0")
|
||||||
|
@ -121,7 +122,8 @@ class Glib(Package):
|
||||||
depends_on("gettext")
|
depends_on("gettext")
|
||||||
depends_on("perl", type=("build", "run"))
|
depends_on("perl", type=("build", "run"))
|
||||||
depends_on("python", type=("build", "run"), when="@2.53.4:")
|
depends_on("python", type=("build", "run"), when="@2.53.4:")
|
||||||
depends_on("pcre+utf", when="@2.48:")
|
depends_on("pcre2", when="@2.73.2:")
|
||||||
|
depends_on("pcre+utf", when="@2.48:2.73.1")
|
||||||
depends_on("uuid", when="+libmount")
|
depends_on("uuid", when="+libmount")
|
||||||
depends_on("util-linux", when="+libmount")
|
depends_on("util-linux", when="+libmount")
|
||||||
depends_on("iconv")
|
depends_on("iconv")
|
||||||
|
|
Loading…
Reference in a new issue