diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-06-09 13:45:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-14 12:21:19 +0000 |
commit | 46722fcacb80cd1ff0843b2dab208d20d180e68d (patch) | |
tree | 972229953c7b0638306328c0d681b4cd917a1413 /main/py-pylast | |
parent | 0704a9e5ac3deb205e563d9617bf3f55124bea4b (diff) | |
download | aports-46722fcacb80cd1ff0843b2dab208d20d180e68d.tar.bz2 aports-46722fcacb80cd1ff0843b2dab208d20d180e68d.tar.xz |
main/py-pylast: upgrade to 2.3.0
Diffstat (limited to 'main/py-pylast')
-rw-r--r-- | main/py-pylast/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-pylast/APKBUILD b/main/py-pylast/APKBUILD index 88a516fa4d..aaa8cf583a 100644 --- a/main/py-pylast/APKBUILD +++ b/main/py-pylast/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-pylast -pkgver=2.1.0 +pkgver=2.3.0 pkgrel=0 pkgdesc="A Python interface to the last.fm API" url="https://github.com/pylast/pylast" @@ -49,4 +49,4 @@ _py3() { _py python3 } -sha512sums="b33b9f644bf3fccb46a17cfe53020a2842dd9bcdf6b859353adf306a987f4d10a76554da95e832ab813f00deb2947684b276674798d67aab2cdb0cb9a141853e pylast-2.1.0.tar.gz" +sha512sums="13c0bfb27f9ecf1c20f8ce4a631b7764700623d817c9cf6c0eb127597b12e830940d18f214ea74e6a065496f19f481499b72b959abd577dafadf0afe436aea56 pylast-2.3.0.tar.gz" |