summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2021-02-18 10:52:03 -0600
committerkyechou2021-02-18 10:52:03 -0600
commitc9e6f978fad20fe2dd45c704f1ab74118aaa4db1 (patch)
tree294e7245f5c468eb2c2b26a09d428d6d900f8491
parent3376af57089fc89635ac38ad47c226feaa42baab (diff)
downloadaur-c9e6f978fad20fe2dd45c704f1ab74118aaa4db1.tar.gz
Update to 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02edee9cc687..af88ebef950e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mininet
pkgdesc = Emulator for rapid prototyping of Software Defined Networks
- pkgver = 2.3.0b2
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/mininet/mininet
install = mininet.install
@@ -23,9 +23,9 @@ pkgbase = mininet
optdepends = socat: for X11 forwarding
optdepends = xterm: required for MiniEdit
optdepends = tk: required for MiniEdit
- source = https://github.com/mininet/mininet/archive/2.3.0b2.tar.gz
+ source = https://github.com/mininet/mininet/archive/2.3.0.tar.gz
source = git+https://github.com/mininet/openflow
- sha256sums = 9c879d995ba01717c739d5baedb11a35754f34b629579c640e5d3c48f835424f
+ sha256sums = 1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0
sha256sums = SKIP
pkgname = mininet
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 () {