aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-07-01 03:18:07 +0000
committeralice <alice@ayaya.dev>2022-07-01 04:32:00 +0000
commit47eb6f757d4bdfd2658476e73035d13ed975387c (patch)
tree5633686188f974166e30fff4d9d1d88b1dc9d9ff
parenta63ae573acc6f9d78d7d001d5becc726a9581473 (diff)
main/wayland: upgrade to 1.21.0
-rw-r--r--main/wayland/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/wayland/APKBUILD b/main/wayland/APKBUILD
index aee4787d49c..13d3ff37fa1 100644
--- a/main/wayland/APKBUILD
+++ b/main/wayland/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=wayland
-pkgver=1.20.0
+pkgver=1.21.0
pkgrel=0
pkgdesc="A computer display server protocol"
url="https://wayland.freedesktop.org"
@@ -13,7 +13,7 @@ depends_dev="libffi-dev expat-dev"
makedepends="$depends_dev libxml2-dev meson"
subpackages="$pkgname-dbg $pkgname-dev $pkgname-libs-client:_libs $pkgname-libs-egl:_libs
$pkgname-libs-cursor:_libs $pkgname-libs-server:_libs"
-source="https://wayland.freedesktop.org/releases/wayland-$pkgver.tar.xz
+source="https://gitlab.freedesktop.org/wayland/wayland/-/releases/$pkgver/downloads/wayland-$pkgver.tar.xz
tests-ignore-debugger.patch
"
@@ -52,6 +52,6 @@ _libs() {
}
sha512sums="
-e8a1f410994b947f850799bdd0d95a2429d8467f853e62a0ab3915a4e9fe130f8aa977e03715114ab740c6ec546edea63d275ce7f927d4f3029ea126e6a7d215 wayland-1.20.0.tar.xz
+5575216d30fdf5c63caa6bcad071e15f2a4f3acb12df776806073f65db37a50b5b5b3cc7957c5497636f4ac01893e2eaab26e453ded44b287acde01762f5fdc3 wayland-1.21.0.tar.xz
0f65a55265e9134ab08cabf67f9d1919c85c4cb6b69129e78bc6c50057cafcaf143007716a0fa73b2eb43d6b605944c320a12a36dbb5f15fcd2f5e770248c480 tests-ignore-debugger.patch
"