diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2018-05-10 21:08:19 +0300 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-06-30 20:55:22 +0200 |
commit | 6972fc736d6ba52f6a12f50f4846ce2388207098 (patch) | |
tree | 9f9ba215c918eefd99209828991b03d2020745d6 /main | |
parent | ad5ce8be5c92f3619d703dc13a75386075ea2d3f (diff) | |
download | aports-6972fc736d6ba52f6a12f50f4846ce2388207098.tar.bz2 aports-6972fc736d6ba52f6a12f50f4846ce2388207098.tar.xz |
main/wayland-protocols: upgrade to 1.14
Diffstat (limited to 'main')
-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 938ee66f8c..fce73fa8fd 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.13 +pkgver=1.14 pkgrel=0 pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol" url="http://wayland.freedesktop.org" @@ -34,4 +34,4 @@ package() { make -C "$builddir" DESTDIR="$pkgdir" install } -sha512sums="f35c21da289038651b75af064ec7c10779158829f578e7320faf401e980da3c958d85e5bcad00994c574cac6319a3ab975aa5483a9b438f781b767bd6303e194 wayland-protocols-1.13.tar.xz" +sha512sums="78d2b47c462618ece0c9c19f250b28efb39436e715f624205c7705dbbae4f125ff2eafa2454e7dce527d3b13449dcb037b282bbbb9ea9d9f52809d6b8187a204 wayland-protocols-1.14.tar.xz" |