Date: Sunday, January 8, 2012 @ 00:32:40 Author: eric Revision: 146280
upgpkg: glsof 1.7.0-1 Upstream update Modified: glsof/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-07 22:21:14 UTC (rev 146279) +++ PKGBUILD 2012-01-08 05:32:40 UTC (rev 146280) @@ -1,9 +1,9 @@ # $Id$ -# Maintainer: Eric Bélanger <[email protected]> +# Maintainer: Eric Bélanger <[email protected]> pkgname=glsof -pkgver=1.6.1 -_fmver=1.6.1 +pkgver=1.7.0 +_fmver=1.7.0 _qver=1.0.0 pkgrel=1 pkgdesc="Two separate GUI utilities (Queries and Filemonitor) to the lsof command line utility" @@ -15,14 +15,14 @@ if [ "$CARCH" = "i686" ]; then source=(${source[@]} http://downloads.sourceforge.net/sourceforge/glsof/queries-${_qver}/queries_linux32.tar.gz \ glsof-filemonitor glsof-queries) - sha1sums=('afafaafefcfc5f4bb76f6cbe7c4a39a478e351c2' + sha1sums=('00db4305995a67cea6bc12bfe7ef3984d07434ae' 'd5a17d66dd02cd78bad5ffdda0b936c7848e4890' '197b58f40880995d6442fd42a58fa1f4594fd19d' '2797c326904af16a254c3e39b8c529ea14ef37e5') elif [ "$CARCH" = "x86_64" ]; then source=(${source[@]} http://downloads.sourceforge.net/sourceforge/glsof/queries-${_qver}/queries_linux64.tar.gz \ glsof-filemonitor glsof-queries) - sha1sums=('afafaafefcfc5f4bb76f6cbe7c4a39a478e351c2' + sha1sums=('00db4305995a67cea6bc12bfe7ef3984d07434ae' 'c5dd12e9b2860f1c427ed7cd482e898978051d2c' '197b58f40880995d6442fd42a58fa1f4594fd19d' '2797c326904af16a254c3e39b8c529ea14ef37e5')
