diff options
author | Juergen Daubert <jue@jue.li> | 2022-12-05 13:43:15 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-12-05 13:43:15 +0100 |
commit | 63ccd63344c21f54b1a366dfbc030152df1d9d7d (patch) | |
tree | d47c23a74a3ea7727a52751f5b5ee18d43c52d61 | |
parent | 5eab2ba5b5e933962a8c0994b5db3eacfb8b4ffa (diff) | |
download | xorg-63ccd63344c21f54b1a366dfbc030152df1d9d7d.tar.gz xorg-63ccd63344c21f54b1a366dfbc030152df1d9d7d.tar.xz |
xorg-libxres: update to 1.2.2
-rw-r--r-- | xorg-libxres/.signature | 6 | ||||
-rw-r--r-- | xorg-libxres/Pkgfile | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/xorg-libxres/.signature b/xorg-libxres/.signature index 441de47d..49e2a74c 100644 --- a/xorg-libxres/.signature +++ b/xorg-libxres/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndMSK222nUijR5w7p1xa5qoMsG+7WgTv7eKQpldHwx3GDJMFvR5lmFRaa7FknV/0arrHSUxUdn7MS3GLkrJsaAgE= -SHA256 (Pkgfile) = 0fc40d0f835862e201cd10e4212f18d74fca36dc15b6e7776bc9a8ce148da912 +RWTSGWF5Q7TndOaa3kkp30zuZHRU4s8LB/xLEAlMxNMm9k2Rm7dW7em23kVhAYsxifVFGT7z+yKxDtfW7ghRthRuX9OseUcrww8= +SHA256 (Pkgfile) = a678fa5d82d0bbda842a6dc8d0a2fbc10c8cb71a99ee4d402c013dcbac435f90 SHA256 (.footprint) = ba416a99a3364f9408b1dff8ce74398565b08998241e204f8a6ce70bbbffd302 -SHA256 (libXres-1.2.1.tar.bz2) = b6e6fb1ebb61610e56017edd928fb89a5f53b3f4f990078309877468663b2b11 +SHA256 (libXres-1.2.2.tar.xz) = 9a7446f3484b9b7538ac5ee30d2c1ce9e5b7fbbaf1440e02f6cca186a1fa745f diff --git a/xorg-libxres/Pkgfile b/xorg-libxres/Pkgfile index 60503942..9f8cd59f 100644 --- a/xorg-libxres/Pkgfile +++ b/xorg-libxres/Pkgfile @@ -4,15 +4,13 @@ # Depends on: xorg-libxext name=xorg-libxres -version=1.2.1 +version=1.2.2 release=1 -source=(https://www.x.org/releases/individual/lib/libXres-$version.tar.bz2) +source=(https://www.x.org/releases/individual/lib/libXres-$version.tar.xz) build() { cd libXres-$version - ./configure --prefix=/usr - make make DESTDIR=$PKG install } |