diff options
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/lsof/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/lsof/PKGBUILD b/abs/core/lsof/PKGBUILD index 7d25f4c..bcbde94 100644 --- a/abs/core/lsof/PKGBUILD +++ b/abs/core/lsof/PKGBUILD @@ -6,16 +6,16 @@ # Contributor: Jochem Kossen <j.kossen@home.nl> pkgname=lsof -pkgver=4.89 +pkgver=4.90 pkgrel=1 pkgdesc="Lists open files for running Unix processes" -arch=('i686' 'x86_64') +arch=('x86_64') url="http://people.freebsd.org/~abe/" license=('custom') depends=('glibc') source=(ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/lsof_$pkgver.tar.bz2 license.txt) -sha1sums=('ea8fb2588c9732f1b22d73ffab17dd055590df2c' +sha1sums=('9980f2ed68242c292f7aeb077d450c1e911ded88' 'db6b6d90ce895e4053f91ad25c7761fbf9a37dd6') #validpgpkeys=(9AFD62A840BD3D55) It is PGP-2 key |