libxcursor: add v1.2.1 (#36777)

This commit is contained in:
Alec Scott 2023-04-11 21:10:42 -07:00 committed by GitHub
parent b83ff386b8
commit 4ba49f3814
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ class Libxcursor(AutotoolsPackage, XorgPackage):
homepage = "https://cgit.freedesktop.org/xorg/lib/libXcursor" homepage = "https://cgit.freedesktop.org/xorg/lib/libXcursor"
xorg_mirror_path = "lib/libXcursor-1.1.14.tar.gz" xorg_mirror_path = "lib/libXcursor-1.1.14.tar.gz"
version("1.2.1", sha256="77f96b9ad0a3c422cfa826afabaf1e02b9bfbfc8908c5fa1a45094faad074b98")
version("1.1.14", sha256="be0954faf274969ffa6d95b9606b9c0cfee28c13b6fc014f15606a0c8b05c17b") version("1.1.14", sha256="be0954faf274969ffa6d95b9606b9c0cfee28c13b6fc014f15606a0c8b05c17b")
depends_on("libxrender@0.8.2:") depends_on("libxrender@0.8.2:")