glfw-wayland: update to 3.3.7
Also add changelog url and update download URL to github project.
This commit is contained in:
parent
05a185be1d
commit
29fb47a25e
|
@ -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 <daniel@octaforge.org>"
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue