summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkyechou2021-02-18 10:52:03 -0600
committerkyechou2021-02-18 10:52:03 -0600
commitc9e6f978fad20fe2dd45c704f1ab74118aaa4db1 (patch)
tree294e7245f5c468eb2c2b26a09d428d6d900f8491 /PKGBUILD
parent3376af57089fc89635ac38ad47c226feaa42baab (diff)
downloadaur-c9e6f978fad20fe2dd45c704f1ab74118aaa4db1.tar.gz
Update to 2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1733d14869c6..52fc0cadb4f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Kuan-Yen Chou <kuanyenchou@gmail.com>
pkgname=mininet
-pkgver=2.3.0b2
+pkgver=2.3.0
pkgrel=1
pkgdesc='Emulator for rapid prototyping of Software Defined Networks'
depends=('python' 'iproute2' 'net-tools' 'iputils' 'inetutils' 'iperf' 'ethtool'
@@ -19,7 +19,7 @@ license=('custom')
install=mininet.install
source=("https://github.com/mininet/mininet/archive/$pkgver.tar.gz"
'git+https://github.com/mininet/openflow') # for UserSwitch
-sha256sums=('9c879d995ba01717c739d5baedb11a35754f34b629579c640e5d3c48f835424f'
+sha256sums=('1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0'
'SKIP')
prepare () {