ports/xorg (3.6): xrestop: update to 0.5
commit 7595c75f2b4d1411913aed475e2a29109dd4a10d Author: Juergen Daubert <jue@jue.li> Date: Tue Aug 3 19:01:24 2021 +0200 xrestop: update to 0.5 diff --git a/xrestop/.signature b/xrestop/.signature index 262c2a5b..d5821413 100644 --- a/xrestop/.signature +++ b/xrestop/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndKbypAEWw3RVxgF9UvwFtm6racHhk9OKL0i7zmeDzBL08gobo9atffzBTUqMJ/1FOpwSD7om0qC/0adz24mgQQU= -SHA256 (Pkgfile) = f61e3628faf8a11a41884d7b7f093831bfcf38732fbe7d6a1d58c4dfd0d691fa +RWTSGWF5Q7TndA2ecZ+QQi5v5K72nDaA+mjEdjAd9n84m8FJ+soZkvIcOgVabp/tesDYbPfYrGfRlnJiKw7LuqNkk4THliksAAE= +SHA256 (Pkgfile) = 687385f31f721cd1efc10e0fb69412bcbcb4b579b0dc021c510a13b253f05232 SHA256 (.footprint) = 334a2417c3d74e161623bff5e05729edc75ec7b7ebfce760bfbfc923911b4448 -SHA256 (xrestop-0.4.tar.gz) = 67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257 +SHA256 (xrestop-0.5.tar.bz2) = 89d0a5d99d1f4b290a79c5ba0d6142d8591262f167165d1bc468abaa9c18d51b diff --git a/xrestop/Pkgfile b/xrestop/Pkgfile index 63d16cf3..c38c5466 100644 --- a/xrestop/Pkgfile +++ b/xrestop/Pkgfile @@ -4,15 +4,13 @@ # Depends on: xorg-libxres name=xrestop -version=0.4 -release=2 -source=(http://downloads.yoctoproject.org/releases/$name/$name-$version.tar.gz) +version=0.5 +release=1 +source=(https://xorg.freedesktop.org/archive/individual/app/$name-$version.tar.bz2) build() { cd xrestop-$version - - ./configure --prefix=/usr --mandir=/usr/share/man - + ./configure --prefix=/usr make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu