diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-17 03:27:11 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-17 03:27:11 +0000 |
commit | 6459b84bf754eda5323f40eb7af76dde65b63251 (patch) | |
tree | 81947a270848520d4cf2f9d1c5ce91ced54fcdff /community/openvswitch/PKGBUILD | |
parent | 942111e62628e9a5c4729563215b1cfb8911735e (diff) |
Tue Jun 17 03:23:47 UTC 2014
Diffstat (limited to 'community/openvswitch/PKGBUILD')
-rw-r--r-- | community/openvswitch/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/openvswitch/PKGBUILD b/community/openvswitch/PKGBUILD index 0744a8164..90839dbb7 100644 --- a/community/openvswitch/PKGBUILD +++ b/community/openvswitch/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 111252 2014-05-15 14:55:44Z spupykin $ +# $Id: PKGBUILD 113226 2014-06-16 11:06:53Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Pedro Martinez-Julia (pedromj@um.es) # Contributor: Matt Monaco <net 0x01b dgbaley27> pkgname=openvswitch pkgver=2.1.2 -pkgrel=2 +pkgrel=3 pkgdesc="Production Quality, Multilayer Open Virtual Switch" url="http://openvswitch.org" license=('APACHE') @@ -20,8 +20,8 @@ makedepends=('python2') optdepends=('python2') md5sums=('430ff6d1e1fc81e9c5ebc2e641cfc953' '0534c19ed27d2ff8c6b32d87c07bc76f' - '69b29d231bcc3002528fd29f1f78a37f' - 'c5338742b6667f7be611176afe209230') + '3a1b706c1adfb1166b58bc9d65ea396f' + '4ec9c05448d6910c5fd581e964518ef7') build() { cd "$srcdir/$pkgname-$pkgver" |