diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-08-28 13:46:58 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-08-28 13:52:37 +0000 |
commit | fbe01b335efd6673da7b0da0e41b338372c86475 (patch) | |
tree | 57984ebfd2df5705a59156a0e8d3f80f056fad2a /community/phonon/APKBUILD | |
parent | 5b4a8bdb9a428982d9880dc798966e80c53b4eaa (diff) | |
download | aports-fbe01b335efd6673da7b0da0e41b338372c86475.tar.bz2 aports-fbe01b335efd6673da7b0da0e41b338372c86475.tar.xz |
community/phonon: upgrade to 4.11.0
Diffstat (limited to 'community/phonon/APKBUILD')
-rw-r--r-- | community/phonon/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/phonon/APKBUILD b/community/phonon/APKBUILD index 6d15d1f9ed..cf59a71fd7 100644 --- a/community/phonon/APKBUILD +++ b/community/phonon/APKBUILD @@ -1,7 +1,7 @@ # Contributor: # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=phonon -pkgver=4.10.3 +pkgver=4.11.0 pkgrel=0 pkgdesc="KDE multimedia backend" url="https://phonon.kde.org/" @@ -27,4 +27,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="2619ac0d7873205a2773bdb226695b5a9e2deb4f47b1a0bb9dbf9a905e3f82f7834ced1b4b1e7a6dadf50fca289f92a5749e3057546c3e16a41e1d6420b594c6 phonon-4.10.3.tar.xz" +sha512sums="d7302aa9d0e9d3a8c408cf2787911b49808f58f5052dbca19e9b93b68a6f829dd31ede0ac10de4a9a3cf11e4ab1986e76e0d4cc02142b2f50ffecf285b3eb897 phonon-4.11.0.tar.xz" |