diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-29 13:05:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-29 13:05:02 +0000 |
commit | 51cad771a7e655b766240178e1393463c887507e (patch) | |
tree | f8f40fa9f5169f780402701b03d5e7558d224830 /main/hexchat/APKBUILD | |
parent | efc4997ddc05c105be76d1be8cfaec13207ba2ce (diff) | |
download | aports-51cad771a7e655b766240178e1393463c887507e.tar.bz2 aports-51cad771a7e655b766240178e1393463c887507e.tar.xz |
main/hexchat: upgrade to 2.12.0
Diffstat (limited to 'main/hexchat/APKBUILD')
-rw-r--r-- | main/hexchat/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/hexchat/APKBUILD b/main/hexchat/APKBUILD index 1c50e2c405..ef3cdf34f0 100644 --- a/main/hexchat/APKBUILD +++ b/main/hexchat/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hexchat -pkgver=2.10.2 -pkgrel=2 +pkgver=2.12.0 +pkgrel=0 pkgdesc="A popular and easy to use graphical IRC (chat) client" url="https://hexchat.github.io" arch="all" @@ -55,6 +55,6 @@ _python() { "$subpkgdir"/usr/lib/hexchat/plugins } -md5sums="c8e7477ac941295deaeb1732591ab20b hexchat-2.10.2.tar.xz" -sha256sums="87ebf365c576656fa3f23f51d319b3a6d279e4a932f2f8961d891dd5a5e1b52c hexchat-2.10.2.tar.xz" -sha512sums="799be6ca02d4f7bad98c005e0fb7dba151717b52841d7f2dd3ed86b80a20de934825a1e58aab4621ac751a605103e68e368a95e9709c48f52b9e5333e5e290ab hexchat-2.10.2.tar.xz" +md5sums="aeb62488debe69994176f85b835844ae hexchat-2.12.0.tar.xz" +sha256sums="c2072f97510c0fe6ecfb0878750d27179633e08199066972fa00e5a23e67d69d hexchat-2.12.0.tar.xz" +sha512sums="e0c5b3bf6626be429ca031fa508064b7dd0afaa070e70aa5f135b26e8f5452c3c3e81c61bca4979976204356a1e71e790a9ae5662d0b0976b9753bc5ab2b1dad hexchat-2.12.0.tar.xz" |