diff options
author | Juergen Daubert <jue@jue.li> | 2022-12-13 16:26:02 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-12-13 16:26:02 +0100 |
commit | 5b462a34978a602b7c8d6cd88f4753092599d2e5 (patch) | |
tree | 9dc48f49bbd44ed5401af20a84ceda9a539c7212 | |
parent | cef48f04eeec0066d03dd9c74cf4d306fc3cd8cb (diff) | |
download | xorg-5b462a34978a602b7c8d6cd88f4753092599d2e5.tar.gz xorg-5b462a34978a602b7c8d6cd88f4753092599d2e5.tar.xz |
xorg-xhost: update to 1.0.9
-rw-r--r-- | xorg-xhost/.signature | 6 | ||||
-rw-r--r-- | xorg-xhost/Pkgfile | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/xorg-xhost/.signature b/xorg-xhost/.signature index 57186d34..c5be2376 100644 --- a/xorg-xhost/.signature +++ b/xorg-xhost/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndBbRXx2qKmln51m1eIMEcCCJzoZSDSl/OCuv9kWOzE0uAUz87WHA6ruyGDlbpkZzbuKS6jW7Y27epNcmy3+jLgo= -SHA256 (Pkgfile) = 48af3958dd8ec310c6b1a441314d2af26b5e202093a279983ffe29559b5de98e +RWTSGWF5Q7TndE21uRVZjbqABVeyCclYbsjpLrVmTHs4oBO/WBvHeT5noYOb2yKBT+0Cqk6Y6hvS4tydLj3whzu93cHwXGZZmgc= +SHA256 (Pkgfile) = 55f3cfd708fc7e3dc31c6af1117b608af879d1dc4d7d75a75b24473ef1038ef0 SHA256 (.footprint) = 57b33aaa0b51b206234223aaad9dffa4f4c5e8e6689638e56897c6532121bffc -SHA256 (xhost-1.0.8.tar.bz2) = a2dc3c579e13674947395ef8ccc1b3763f89012a216c2cc6277096489aadc396 +SHA256 (xhost-1.0.9.tar.xz) = ea86b531462035b19a2e5e01ef3d9a35cca7d984086645e2fc844d8f0e346645 diff --git a/xorg-xhost/Pkgfile b/xorg-xhost/Pkgfile index 4a682d25..58d8d018 100644 --- a/xorg-xhost/Pkgfile +++ b/xorg-xhost/Pkgfile @@ -4,15 +4,13 @@ # Depends on: xorg-libxmu name=xorg-xhost -version=1.0.8 +version=1.0.9 release=1 -source=(https://www.x.org/releases/individual/app/xhost-$version.tar.bz2) +source=(https://www.x.org/releases/individual/app/xhost-$version.tar.xz) build() { cd xhost-$version - ./configure --prefix=/usr - make make DESTDIR=$PKG install } |