mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/glfw3: Updated for version 3.3.1.
Signed-off-by: orbea <orbea@riseup.net>
This commit is contained in:
parent
eb787db2ca
commit
2678899ff6
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue