diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-25 10:54:47 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-25 13:49:59 +0000 |
commit | af5390a8e78b018b9b4ce593e0e3d2cef01fd84e (patch) | |
tree | ea059c9b6484ed37cd0b523b074a2521add8ab1e /main/hexchat | |
parent | 0c37da29052bdd3d3e9d45bb0fe01e5ba3dbb81d (diff) | |
download | aports-af5390a8e78b018b9b4ce593e0e3d2cef01fd84e.tar.bz2 aports-af5390a8e78b018b9b4ce593e0e3d2cef01fd84e.tar.xz |
main/hexchat: upgrade to 2.14.2
Diffstat (limited to 'main/hexchat')
-rw-r--r-- | main/hexchat/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/hexchat/APKBUILD b/main/hexchat/APKBUILD index b4f507506a..72b1fef78c 100644 --- a/main/hexchat/APKBUILD +++ b/main/hexchat/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hexchat -pkgver=2.14.1 -pkgrel=2 +pkgver=2.14.2 +pkgrel=0 pkgdesc="Graphical IRC client based on XChat" url="https://hexchat.github.io" arch="all !armhf !armv7" @@ -41,4 +41,4 @@ _python() { "$subpkgdir"/usr/lib/hexchat/plugins } -sha512sums="2728d6f084530c1a65ddb7960db6574fef2bca77e726a2155c8b5724256f37b47421e990b1bf7c9fad7987027b2f6de4534a8df28a98cb3d28da726e16ac32dd hexchat-2.14.1.tar.xz" +sha512sums="488799700e439a137ad469f618cb1abf75d1f1ebf223c750d658004ef7b2c728543a5a9ae4e6317d6447428dc59e12dded619346a5d8bba12c92dab653512fca hexchat-2.14.2.tar.xz" |