xorg-xhost: update to 1.0.9

This commit is contained in:
Juergen Daubert 2022-12-13 16:26:02 +01:00
parent cef48f04ee
commit 5b462a3497
2 changed files with 5 additions and 7 deletions

View File

@ -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

View File

@ -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
}