diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-08-15 12:10:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-08-15 12:10:39 +0000 |
commit | 1a1bd3619118bf9e9b4fa0e10a5f13e27de2d58d (patch) | |
tree | cc95adbf420eec6449ab2c1f7722aa5d6c12b74d /main/hexchat | |
parent | 4dfc668c8099e263b82fd81a711fff363e705fd6 (diff) | |
download | aports-1a1bd3619118bf9e9b4fa0e10a5f13e27de2d58d.tar.bz2 aports-1a1bd3619118bf9e9b4fa0e10a5f13e27de2d58d.tar.xz |
main/hexchat: upgrade to 2.10.1
Diffstat (limited to 'main/hexchat')
-rw-r--r-- | main/hexchat/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/hexchat/APKBUILD b/main/hexchat/APKBUILD index 07e3470ce2..050290b96a 100644 --- a/main/hexchat/APKBUILD +++ b/main/hexchat/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hexchat -pkgver=2.10.0 +pkgver=2.10.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="4d528dbeb898b9013d81395fd7839419 hexchat-2.10.0.tar.xz" -sha256sums="a0247f1e12379154d0719d9c6861dc22817b588562653bb9d3626863d8eca916 hexchat-2.10.0.tar.xz" -sha512sums="1fb15b5ee05c1048c8143b673775d7fa36c1a3a1f5b0895cd4cbe88c98707875eb2cdbbc12a6b7913532b54e4934734fc23c10b0b02d41ff7d41ffd967ea4936 hexchat-2.10.0.tar.xz" +md5sums="4b5b2cf13769fe594817a885cdebb1e1 hexchat-2.10.1.tar.xz" +sha256sums="ffccee6a3470d2f9539e75bd0dd2e3f35c65737004cb02e6d2106c1d5dcde9a9 hexchat-2.10.1.tar.xz" +sha512sums="a69610a9b2d06f1c6bb5532b9245538d094cc2a40ebcc53b22929685374f7a3a9d453ec14e0b88e195527e8c7e02ae35e6e9f7fae3ae3b9215060c3d679dc0a5 hexchat-2.10.1.tar.xz" |