From 05a185be1d4df22131716595b021b77a4cd14bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?= Date: Tue, 5 Apr 2022 21:24:30 +0200 Subject: [PATCH] glfw: update to 3.3.7 Also add changelog url and update download URL to github project. --- srcpkgs/glfw/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template index a9168faffc6..968accbe50d 100644 --- a/srcpkgs/glfw/template +++ b/srcpkgs/glfw/template @@ -1,7 +1,7 @@ # Template file for 'glfw' # update together with glfw-wayland pkgname=glfw -version=3.3.6 +version=3.3.7 revision=1 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON" @@ -11,8 +11,9 @@ short_desc="Multi-platform library for creating windows with OpenGL contexts" maintainer="Enno Boland " license="Zlib" homepage="http://www.glfw.org" -distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=4e08897813668584b252065dc8bcb5a3cbcdd19918ede4dbc847fad7e35db7ec +changelog="https://www.glfw.org/changelog.html" +distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" +checksum=fd21a5f65bcc0fc3c76e0f8865776e852de09ef6fbc3620e09ce96d2b2807e04 glfw-devel_package() { depends="glfw>=${version}_${revision} $makedepends"