diff options
Diffstat (limited to 'community/nbd/PKGBUILD')
-rw-r--r-- | community/nbd/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/nbd/PKGBUILD b/community/nbd/PKGBUILD index 1ee6a35e6..3cd23e4d8 100644 --- a/community/nbd/PKGBUILD +++ b/community/nbd/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 69320 2012-04-13 16:10:58Z svenstaro $ +# $Id: PKGBUILD 72000 2012-06-05 13:31:36Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Christian Hesse <mail@eworm.de> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Gerhard Brauer <gerbra@archlinux.de> pkgname=nbd -pkgver=3.0 -pkgrel=2 -pkgdesc="Tools for network block devices, allowing you to use remote block devices over TCP/IP." +pkgver=3.1.1 +pkgrel=1 +pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP" arch=('i686' 'x86_64' 'mips64el') url="http://nbd.sourceforge.net" license=('GPL') @@ -16,7 +16,7 @@ source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 backup=('etc/nbd-server/config') depends=('glib2') install=nbd.install -md5sums=('81f549155267536ad30851eb50ee8d1c' +md5sums=('e0e9d96abe068ee4f6fecd58635450ac' '2d05d426b8c2708d5f8a0d028fcbae05' 'e7b13a8b3369e11927d9917664557efa') |