diff options
author | William Pitcock <nenolod@dereferenced.org> | 2014-04-09 10:21:42 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2014-04-09 10:21:42 +0000 |
commit | 571777e17bf9a963bdbfb4e15f2bde1fea0f3f4b (patch) | |
tree | 078b1dbe17645d9d36ab8a85627a4f601f1bde20 /main/audacious | |
parent | 3fd0a158f0e8d80b7ffa0afe14ea7a9a46c26a1c (diff) | |
download | aports-571777e17bf9a963bdbfb4e15f2bde1fea0f3f4b.tar.bz2 aports-571777e17bf9a963bdbfb4e15f2bde1fea0f3f4b.tar.xz |
main/audacious: upgrade to 3.4.3
Diffstat (limited to 'main/audacious')
-rw-r--r-- | main/audacious/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/audacious/APKBUILD b/main/audacious/APKBUILD index ed920d03bb..5e4ef52e3d 100644 --- a/main/audacious/APKBUILD +++ b/main/audacious/APKBUILD @@ -1,8 +1,8 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=audacious -pkgver=3.4.2 -pkgrel=1 +pkgver=3.4.3 +pkgrel=0 pkgdesc="A playlist-oriented media player with multiple interfaces" url="http://audacious-media-player.org/" arch="all" @@ -50,6 +50,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="b5ee7a825b1cc1a5348875e6274cfc4e audacious-3.4.2.tar.bz2" -sha256sums="64bc467e1db91e58059def0075c66b13ba8b5faf812842b1ba529cf8149c3619 audacious-3.4.2.tar.bz2" -sha512sums="569fd5521b3bb7f76aa6e91983e6c68803da111c6d025f941167ef919fb805235888381b36d6673b05c36360988e3b2fe1b4e4805764fe0985964b3e6031dd5c audacious-3.4.2.tar.bz2" +md5sums="3935e3c1e6bdc2907ce2672a85476f20 audacious-3.4.3.tar.bz2" +sha256sums="183454f4df1482e569d16d1452b3e14010daeab2fbf9dfdd82cf741a72e39f12 audacious-3.4.3.tar.bz2" +sha512sums="2513d657578bc198428d5a039d533711dc010406e8b06d024b27ff07eea51b407397bddc2165f7329066b4606079a70c53461ef83acf5c3c46e50cf7e3b35d0f audacious-3.4.3.tar.bz2" |