summarylogtreecommitdiffstats
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
parent207564620f4b438e58d9fcf3df93fff3301ab46b (diff)
downloadaur-1be7b38afead3f07ec3a6a6a6666b0c01e1882bc.tar.gz
Updated to 2.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23afdfd667c9..04e799a36c44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mininet
pkgdesc = Process-based network emulator (stable branch)
- pkgver = 2.2.1
- pkgrel = 4
+ pkgver = 2.2.2
+ pkgrel = 1
url = https://github.com/mininet/mininet/
install = mininet.install
arch = i686
@@ -17,8 +17,8 @@ pkgbase = mininet
depends = iperf
depends = openvswitch
optdepends = xorg-xhost
- source = https://github.com/mininet/mininet/archive/2.2.1.tar.gz
- sha256sums = e4c20a6ab4ddfe4d5cad06ba25742507967df67a845dbe2e90d627af7cd21705
+ source = https://github.com/mininet/mininet/archive/2.2.2.tar.gz
+ sha256sums = d0aed2ea7a9096ae975694a4b3d0995259ef79268dd8888ba8be28601c100db5
pkgname = mininet
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"