summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen2021-06-24 23:23:01 +0200
committerToke Høiland-Jørgensen2021-06-24 23:23:01 +0200
commit856805fcedcbc720e05dafa8b071c88585149b22 (patch)
treecd9935ff68e2d7aff592a00b30bea04d5fe2f942
parent80bc730ef718e7de2b613291a0e24dbb3d57f86b (diff)
downloadaur-856805fcedcbc720e05dafa8b071c88585149b22.tar.gz
Bump to v2.0.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49861ab1fa7c..75a91d443645 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flent
pkgdesc = The FLExible Network Tester.
- pkgver = 2.0.0
- pkgrel = 2
+ pkgver = 2.0.1
+ pkgrel = 1
url = https://flent.org
arch = any
license = GPL
@@ -12,11 +12,10 @@ pkgbase = flent
optdepends = python-qtpy: for the GUI
conflicts = netperf-wrapper
replaces = netperf-wrapper
- source = https://files.pythonhosted.org/packages/source/f/flent/flent-2.0.0.tar.gz
- source = https://files.pythonhosted.org/packages/source/f/flent/flent-2.0.0.tar.gz.asc
+ source = https://files.pythonhosted.org/packages/source/f/flent/flent-2.0.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/flent/flent-2.0.1.tar.gz.asc
validpgpkeys = DE6162B5616BA9C9CAAC03074A55C497F744F705
- sha256sums = 8a9c33336f828b4e8621c59ae74e28c33b501a5ba074470041ff6aa897c15ce9
+ sha256sums = 300a09938dc2b4a0463c9144626f25e0bd736fd47806a9444719fa024d671796
sha256sums = SKIP
pkgname = flent
-
diff --git a/PKGBUILD b/PKGBUILD
index 5716439461d3..13fdc6385cfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Toke Høiland-Jørgensen <toke at toke dot dk>
pkgname=flent
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc='The FLExible Network Tester.'
arch=('any')
url='https://flent.org'
@@ -15,7 +15,7 @@ optdepends=(
'python-qtpy: for the GUI'
)
source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver}.tar.gz{,.asc})
-sha256sums=('8a9c33336f828b4e8621c59ae74e28c33b501a5ba074470041ff6aa897c15ce9'
+sha256sums=('300a09938dc2b4a0463c9144626f25e0bd736fd47806a9444719fa024d671796'
'SKIP')
validpgpkeys=('DE6162B5616BA9C9CAAC03074A55C497F744F705')