summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen2015-07-29 16:23:15 +0200
committerToke Høiland-Jørgensen2015-07-29 16:23:15 +0200
commite5ccadd1852f9c450181ec2c60b14cc8c61766d0 (patch)
tree4cd2dd8d4b142851803f22aacff59823546fc8ba
parent9e6d97d95892f5a35bd21e7cfc8078ab31833524 (diff)
downloadaur-e5ccadd1852f9c450181ec2c60b14cc8c61766d0.tar.gz
Bump Flent to v0.12.0.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cb233806c6f..f41c5d6f51d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by makepkg 4.2.1
-# Fri Jun 12 18:19:11 UTC 2015
pkgbase = flent
pkgdesc = The FLExible Network Tester.
- pkgver = 0.11.1
+ pkgver = 0.12.0
pkgrel = 1
- url = https://github.com/tohojo/flent
+ url = https://flent.org
arch = any
license = GPL
depends = python
@@ -14,8 +12,8 @@ pkgbase = flent
optdepends = python-pyqt4: for the GUI
conflicts = netperf-wrapper
replaces = netperf-wrapper
- source = https://pypi.python.org/packages/source/f/flent/flent-0.11.1.tar.gz
- sha1sums = 1d374615b8409757db11a19b43a0d516ffd67ba8
+ source = https://pypi.python.org/packages/source/f/flent/flent-0.12.0.tar.gz
+ sha1sums = 145bec60812d159ecde9cec7a319ebdb247c3c4d
pkgname = flent
diff --git a/PKGBUILD b/PKGBUILD
index 773fb12753a3..66dc0e66c82a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Toke Høiland-Jørgensen <toke at toke dot dk>
pkgname=flent
-pkgver=0.11.1
+pkgver=0.12.0
pkgrel=1
pkgdesc='The FLExible Network Tester.'
arch=('any')
-url='https://github.com/tohojo/flent'
+url='https://flent.org'
license=('GPL')
depends=('python' 'netperf' 'python-setuptools')
conflicts=('netperf-wrapper')
@@ -15,7 +15,7 @@ optdepends=(
'python-pyqt4: for the GUI'
)
source=("https://pypi.python.org/packages/source/f/flent/flent-${pkgver}.tar.gz")
-sha1sums=('1d374615b8409757db11a19b43a0d516ffd67ba8')
+sha1sums=('145bec60812d159ecde9cec7a319ebdb247c3c4d')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"