diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-12-03 18:12:13 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-08 04:44:08 +0000 |
commit | 773d7aaaec9122424cc09e8db87d341a364cd79b (patch) | |
tree | f26e501dc9db58b15a607fad0220a94ebcab3ffd /main/wayland-protocols | |
parent | 5ba34db3739c637b5487e5deea22da2a18be37a4 (diff) | |
download | aports-773d7aaaec9122424cc09e8db87d341a364cd79b.tar.bz2 aports-773d7aaaec9122424cc09e8db87d341a364cd79b.tar.xz |
main/wayland-protocols: upgrade to 1.12
Diffstat (limited to 'main/wayland-protocols')
-rw-r--r-- | main/wayland-protocols/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/wayland-protocols/APKBUILD b/main/wayland-protocols/APKBUILD index ef0d357948..52682a1e5c 100644 --- a/main/wayland-protocols/APKBUILD +++ b/main/wayland-protocols/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Valery Kartel <valery.kartel@gmail.com> pkgname=wayland-protocols -pkgver=1.11 +pkgver=1.12 pkgrel=0 pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol" url="http://wayland.freedesktop.org" @@ -32,4 +32,4 @@ package() { -C "$builddir" install } -sha512sums="6a6f816dd24f338182ddf11e2daa2db4f048f9153c618bd75712b6e02fccc41294c6c5f33692e858f54bab6b644b1dff49ca223ca2c8410a4afb8aa1b39e34a6 wayland-protocols-1.11.tar.xz" +sha512sums="84f913aeaf9786c5ddff4952fa4c318435569ccdc00c625f088b1dc9d6e61f3c439b2d217db9fcf2f0c37da954e266314749e2c3130bf3328cffdc3bdce5695a wayland-protocols-1.12.tar.xz" |