libraries/glfw3: Updated for version 3.3.1.

Signed-off-by: orbea <orbea@riseup.net>
This commit is contained in:
orbea 2020-01-08 08:28:37 -08:00 committed by Willy Sudiarto Raharjo
parent eb787db2ca
commit 2678899ff6
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for glfw3
# Copyright 2015 Jeffrey T. Read <bitwize@gmail.com> USA
# Copyright 2018-2019 Hunter Sezen California, USA
# Copyright 2018-2020 Hunter Sezen California, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
PRGNAM=glfw3
SRCNAM=${PRGNAM%3}
VERSION=${VERSION:-3.3}
VERSION=${VERSION:-3.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="glfw3"
VERSION="3.3"
VERSION="3.3.1"
HOMEPAGE="https://www.glfw.org/"
DOWNLOAD="https://github.com/glfw/glfw/archive/3.3/glfw-3.3.tar.gz"
MD5SUM="5be03812f5d109817e6558c3fab7bbe1"
DOWNLOAD="https://github.com/glfw/glfw/archive/3.3.1/glfw-3.3.1.tar.gz"
MD5SUM="ffa7c0d8547f56b0897276c59efdd641"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""