glfw: update to 3.3.7

Also add changelog url and update download URL to github project.
This commit is contained in:
Sigrid Solveig Haflínudóttir 2022-04-05 21:24:30 +02:00 committed by Duncan Overbruck
parent 1358760e39
commit 05a185be1d

View file

@ -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 <gottox@voidlinux.org>"
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"