diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-05 07:36:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-05 07:36:26 +0000 |
commit | 519297f953771304c18fc27114962b373ef79139 (patch) | |
tree | 2457d05b68a498edbd5bbbaba5fdc41857e2f50c /testing | |
parent | be39575be0669b485898ac7537b4988a5b90af51 (diff) | |
download | aports-519297f953771304c18fc27114962b373ef79139.tar.bz2 aports-519297f953771304c18fc27114962b373ef79139.tar.xz |
testing/hexchat: upgrade to 2.9.6.1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/hexchat/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/hexchat/APKBUILD b/testing/hexchat/APKBUILD index 130a45e02b..c8a9135231 100644 --- a/testing/hexchat/APKBUILD +++ b/testing/hexchat/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hexchat -pkgver=2.9.5 +pkgver=2.9.6.1 pkgrel=0 pkgdesc="A popular and easy to use graphical IRC (chat) client" url="http://www.hexchat.org" @@ -56,6 +56,6 @@ _python() { "$subpkgdir"/usr/lib/hexchat/plugins } -md5sums="e9b678e439890f9842a94f657ce7ae3f hexchat-2.9.5.tar.xz" -sha256sums="11dfd0fbfb88d8dbb38f631fab8a7dffbb179f7f7dafe316953ed6f513ac623d hexchat-2.9.5.tar.xz" -sha512sums="67eee124b6d0b690d3a43b921826af11730f995de5a697bbcac0d9dca13d44df6e33f3f2273ff1f7f86cc7dca34c091e70c4c481de49a83688522648e3252b9e hexchat-2.9.5.tar.xz" +md5sums="4723f43afc65a973ceddbea0173ff416 hexchat-2.9.6.1.tar.xz" +sha256sums="6267ff3c4d0aec8a808365b384115a769d5001d99dbb10403634667c43966470 hexchat-2.9.6.1.tar.xz" +sha512sums="73a7c2818b9d59a62c2471b9010cd04a6a5ac85b22d5158fdc27831d8700f09eb3011aac341866b76d7a4efe483f59de9c7b6d9a983916ccfbf8e61db81ea195 hexchat-2.9.6.1.tar.xz" |