diff options
author | Síle Ekaterin Liszka <sheila@vulpine.house> | 2023-10-25 06:47:30 -0700 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-29 04:54:48 -0600 |
commit | 04e55a5866305a6b3851b52aa05ad4728e5bf9ba (patch) | |
tree | 77ab0ae27c8b76b298f71d07ea5776a4b05d5a43 | |
parent | 37f26dad8a9648c19952c1f8b42c458d4bb3f7f6 (diff) | |
download | packages-04e55a5866305a6b3851b52aa05ad4728e5bf9ba.tar.gz packages-04e55a5866305a6b3851b52aa05ad4728e5bf9ba.tar.bz2 packages-04e55a5866305a6b3851b52aa05ad4728e5bf9ba.tar.xz packages-04e55a5866305a6b3851b52aa05ad4728e5bf9ba.zip |
user/wayland-protocols: upgrade to 1.36
-rw-r--r-- | user/wayland-protocols/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/wayland-protocols/APKBUILD b/user/wayland-protocols/APKBUILD index 469919725..43b7fb585 100644 --- a/user/wayland-protocols/APKBUILD +++ b/user/wayland-protocols/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Sile Ekaterin Liszka <sheila@vulpine.house> pkgname=wayland-protocols -pkgver=1.31 +pkgver=1.36 pkgrel=0 pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol" url="https://wayland.freedesktop.org" @@ -35,5 +35,5 @@ package() { DESTDIR="$pkgdir" ninja -C build install } -sha512sums="402ce1915300e29afe554d77965ee0a28a5f22fdb5b901c4c640e59b9f3a9c11094e1edae87eea1e76eea557f6faf0c34a0c28ee7f6babb4dc3719329c4e25bf wayland-protocols-1.31.tar.xz +sha512sums="5448b9aedc953ce6be0f378da900c195c8743cb6001f615823b5fc9cab3e3ee54271132055743278e10decef7f8e9dcdeef31593a2a12062575fb90eb0084be0 wayland-protocols-1.36.tar.xz 659220b5e3fab4a2e6bb017d6fde33fd2cb1424e9e8778829c089e2f422abcdbaae44661ab9c62160046ccf8c3b397da055478194690de057758563d18c62610 test.patch" |