diff options
author | prspkt <prspkt@protonmail.com> | 2019-02-16 12:03:27 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-02-20 08:57:35 +0000 |
commit | 02124575733845b3d8c46d5ec95fd9bf2d99f15f (patch) | |
tree | 974f8a8ff584e42f094b3c894d8ae71ba0ac8c38 /main/libxcb | |
parent | 869ff227cd226eee83b425282c4c2c4493b66d6f (diff) | |
download | aports-02124575733845b3d8c46d5ec95fd9bf2d99f15f.tar.bz2 aports-02124575733845b3d8c46d5ec95fd9bf2d99f15f.tar.xz |
main/libxcb: upgrade to 1.13.1
Diffstat (limited to 'main/libxcb')
-rw-r--r-- | main/libxcb/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libxcb/APKBUILD b/main/libxcb/APKBUILD index 1d622131a1..bc7916ebb3 100644 --- a/main/libxcb/APKBUILD +++ b/main/libxcb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxcb -pkgver=1.13 -pkgrel=2 +pkgver=1.13.1 +pkgrel=0 pkgdesc="X11 client-side library" url="https://xcb.freedesktop.org" arch="all" @@ -37,4 +37,4 @@ check() { make check } -sha512sums="d99bbe386a65f60fcc0cc2935e4a365bc0577b5e90433e18778a665a5aee8ebc8e9e8cb0aedac0ac4a276147c0507e759a716874ea4f80792b2fc18eefbc128c libxcb-1.13.tar.bz2" +sha512sums="763edff9572623674f75a858adc57b5c09591f508cc5d5093218e7bb047abdbe0a0108bd465419a8bf15c7dcdc85efdd2d4d9fd56605c41475d15dc992640c23 libxcb-1.13.1.tar.bz2" |