From ff931b08ecc40db4d7401f74842931a15ac58fb5 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 24 Feb 2023 10:34:16 +0100 Subject: [PATCH] xorg-xbitmaps: update to 1.1.3 --- xorg-xbitmaps/.signature | 6 +++--- xorg-xbitmaps/Pkgfile | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/xorg-xbitmaps/.signature b/xorg-xbitmaps/.signature index 27298e08..2186da80 100644 --- a/xorg-xbitmaps/.signature +++ b/xorg-xbitmaps/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndB2+q8cywcOoU/PHbM/HByg0l/axNj2PzJudna0SPh3S3+gHUS0shlz0RaEln1BqKjzySwGKr8/Xca0A/6z/8QQ= -SHA256 (Pkgfile) = 9eef9604fc017e0398b4e8062911feebee972f0521771638cdaafde8f4ce4a66 +RWTSGWF5Q7TndPA7Ot8Rs/aBL1ee1wBSy1lITDcIF2NlH1lsPttKh9lPn8F8cT2vfuMdbrZ+4fb8RsLjJG7DZqbbKP7LXMYjwAI= +SHA256 (Pkgfile) = 99e05227ec0af99bbc0971ab51a71f212e6788d4a5efe920d1de312112bb4c2a SHA256 (.footprint) = f246d32f8a8362ad409d56f16d45cd9610238a570da3ef20b47da880e6fdaa48 -SHA256 (xbitmaps-1.1.2.tar.bz2) = b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee +SHA256 (xbitmaps-1.1.3.tar.xz) = ad6cad54887832a17d86c2ccfc5e52a1dfab090f8307b152c78b0e1529cd0f7a diff --git a/xorg-xbitmaps/Pkgfile b/xorg-xbitmaps/Pkgfile index 21a9eec9..0d586f4c 100644 --- a/xorg-xbitmaps/Pkgfile +++ b/xorg-xbitmaps/Pkgfile @@ -3,15 +3,13 @@ # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu name=xorg-xbitmaps -version=1.1.2 +version=1.1.3 release=1 -source=(https://www.x.org/releases/individual/data/xbitmaps-$version.tar.bz2) +source=(https://www.x.org/releases/individual/data/xbitmaps-$version.tar.xz) build() { cd xbitmaps-$version - ./configure --prefix=/usr - make make DESTDIR=$PKG install }