ico: add v1.0.6 (#35881)

This commit is contained in:
Alec Scott 2023-03-08 00:33:22 -08:00 committed by GitHub
parent b34fd98915
commit 8ec86e05c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ class Ico(AutotoolsPackage, XorgPackage):
homepage = "https://cgit.freedesktop.org/xorg/app/ico"
xorg_mirror_path = "app/ico-1.0.4.tar.gz"
version("1.0.6", sha256="dc59589044d71e3ef4dacf5a62a7b0f69b543386d2a12fb8b5558caee5b1e22f")
version("1.0.4", sha256="eb8609c3b43dc2e575272f2702590525fe13229e022c4aff8b9a0cc2a3f3205d")
depends_on("libx11@0.99.1:")