summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedro Martinez-Julia2018-05-07 07:44:37 +0100
committerPedro Martinez-Julia2018-05-07 07:44:37 +0100
commit1be7b38afead3f07ec3a6a6a6666b0c01e1882bc (patch)
tree536dafaea6c48e54f768186a6982e5e23fd5d52e /PKGBUILD
parent207564620f4b438e58d9fcf3df93fff3301ab46b (diff)
downloadaur-1be7b38afead3f07ec3a6a6a6666b0c01e1882bc.tar.gz
Updated to 2.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 690cbc71b986..2f42d1c36a9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Walter Dworak <preparationh67@gmail.com>
pkgname=mininet
-pkgver=2.2.1
-pkgrel=4
+pkgver=2.2.2
+pkgrel=1
pkgdesc="Process-based network emulator (stable branch)"
url="https://github.com/mininet/mininet/"
license=('custom')
@@ -13,7 +13,7 @@ makedepends=('help2man' 'python2-setuptools')
install="${pkgname}.install"
arch=('i686' 'x86_64')
source=("https://github.com/mininet/mininet/archive/$pkgver.tar.gz")
-sha256sums=('e4c20a6ab4ddfe4d5cad06ba25742507967df67a845dbe2e90d627af7cd21705')
+sha256sums=('d0aed2ea7a9096ae975694a4b3d0995259ef79268dd8888ba8be28601c100db5')
prepare () {
cd "$srcdir/$pkgname-$pkgver"