From 29fb47a25e5a9b7f33871b4e73727a8a6c8b9e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?= Date: Tue, 5 Apr 2022 21:25:52 +0200 Subject: [PATCH] glfw-wayland: update to 3.3.7 Also add changelog url and update download URL to github project. --- srcpkgs/glfw-wayland/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template index 720899cf56f..f2abe3a8a60 100644 --- a/srcpkgs/glfw-wayland/template +++ b/srcpkgs/glfw-wayland/template @@ -1,6 +1,6 @@ # Template file for 'glfw-wayland' pkgname=glfw-wayland -version=3.3.6 +version=3.3.7 revision=1 wrksrc=glfw-${version} build_style=cmake @@ -12,8 +12,9 @@ short_desc="Multi-platform library for creating windows with OpenGL contexts" maintainer="q66 " license="Zlib" homepage="http://www.glfw.org" -distfiles="${SOURCEFORGE_SITE}/glfw/glfw-${version}.tar.bz2" -checksum=4e08897813668584b252065dc8bcb5a3cbcdd19918ede4dbc847fad7e35db7ec +changelog="https://www.glfw.org/changelog.html" +distfiles="https://github.com/glfw/glfw/archive/${version}.tar.gz" +checksum=fd21a5f65bcc0fc3c76e0f8865776e852de09ef6fbc3620e09ce96d2b2807e04 provides="glfw-${version}_${revision}" replaces="glfw>=0"