From a67311ab43ac49792c812d7d2b945f3000f0029b Mon Sep 17 00:00:00 2001 From: psykose Date: Sat, 9 Apr 2022 16:53:07 +0000 Subject: [PATCH] testing/glfw-wayland: upgrade to 3.3.7 --- testing/glfw-wayland/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/glfw-wayland/APKBUILD b/testing/glfw-wayland/APKBUILD index 1ce3a78e9b7..f819eca5636 100644 --- a/testing/glfw-wayland/APKBUILD +++ b/testing/glfw-wayland/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo # Maintainer: rfaa pkgname=glfw-wayland -pkgver=3.3.6 +pkgver=3.3.7 pkgrel=0 pkgdesc="Multi-platform library for OpenGL and Vulkan application development (Wayland)" options="!check" # tests requires a working wayland session @@ -12,7 +12,7 @@ depends_dev="linux-headers mesa-dev extra-cmake-modules wayland-dev wayland-prot libxkbcommon-dev" makedepends="$depends_dev cmake samurai" subpackages="$pkgname-dev" -source="glfw-$pkgver.tar.gz::https://github.com/glfw/glfw/archive/$pkgver.tar.gz" +source="https://github.com/glfw/glfw/releases/download/$pkgver/glfw-$pkgver.zip" builddir="$srcdir/glfw-$pkgver" provides="glfw=$pkgver-r$pkgrel" @@ -44,5 +44,5 @@ dev() { } sha512sums=" -4c295c5f4c02f6ede125fce67c52a97450f552f3985b664745bd8a836c1d6d69c04727c956fd26ec61f1e5fd9c074a28dcf6b1d1800f118444eef066f048b201 glfw-3.3.6.tar.gz +e4865731caf7c19de3ee79d066233373e188239bedb65afb70a47f243d4c051fa0cee859dcc704a71d595b8318b6e18b995bf95573b6026329aa5ee204e158a8 glfw-3.3.7.zip "