summaryrefslogtreecommitdiffstats
path: root/testing/speedtest-cli
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2014-08-23 14:45:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-29 06:48:08 +0000
commit6de98babca7ed60b477370306dc624fd3bbc452f (patch)
tree7e105b0c41effb704ee72aea8b4bdcd868fea9c3 /testing/speedtest-cli
parentef19e98a71606f3dca24575c30a825a8a67fac31 (diff)
downloadaports-6de98babca7ed60b477370306dc624fd3bbc452f.tar.bz2
aports-6de98babca7ed60b477370306dc624fd3bbc452f.tar.xz
testing/speedtest-cli: upgrade to 0.3.1
Diffstat (limited to 'testing/speedtest-cli')
-rw-r--r--testing/speedtest-cli/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/testing/speedtest-cli/APKBUILD b/testing/speedtest-cli/APKBUILD
index 9aa3ed0fe..24395edc7 100644
--- a/testing/speedtest-cli/APKBUILD
+++ b/testing/speedtest-cli/APKBUILD
@@ -1,20 +1,20 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=speedtest-cli
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=0
pkgdesc="Command line interface for testing internet bandwidth using speedtest.net"
url="https://github.com/sivel/speedtest-cli"
-arch="all"
-license="APACHE2"
+arch="noarch"
+license="ASL 2.0"
depends="python"
depends_dev="python-dev py-setuptools"
makedepends="$depends_dev"
install=""
subpackages=""
source="https://github.com/sivel/$pkgname/archive/v$pkgver.zip"
-_builddir="$srcdir"/$pkgname-$pkgver
+_builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
python setup.py build || return 1
@@ -26,6 +26,6 @@ package() {
install -Dm755 speedtest_cli.py "$pkgdir"/usr/bin/speedtest-cli
}
-md5sums="4a16c078d23c7cad6ca8892535bda72d v0.3.0.zip"
-sha256sums="03b93e0953a2eab621d7189962af8b162915f721e40dd23b3000eb041b6e8fd4 v0.3.0.zip"
-sha512sums="df88b42148374a6749252d5a63f3b414c3b5236acc962ae159a4b0f6701941512b0bfef0b57ee1f67d9211dab5f29dbb48fc809d91e41d28e9b4c8c32a020014 v0.3.0.zip"
+md5sums="8ce0a1f2b327b34d7a4976f71593bbad v0.3.1.zip"
+sha256sums="adf49d5161d10d0901b674265c0932d4f902fe0fa138dafcc06fbed58816eb16 v0.3.1.zip"
+sha512sums="78e9237a26defce576d43ebd6a57c518d72b95b588a9e97ad776535e8120301bb8336378dafeb9b960c482d6468671a5af49ce14903d3c8683337d0b2f3db843 v0.3.1.zip"