mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/glfw3: Updated for version 3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3e7b494108
commit
b6b81fad20
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for glfw3
|
||||
|
||||
# Copyright 2023 Steven Voges <Oregon, USA>
|
||||
# Copyright 2023-2024 Steven Voges <Oregon, USA>
|
||||
# Copyright 2018-2020 Hunter Sezen California, USA
|
||||
# Copyright 2015 Jeffrey T. Read <bitwize@gmail.com> USA
|
||||
# All rights reserved.
|
||||
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=glfw3
|
||||
SRCNAM=${PRGNAM%3}
|
||||
VERSION=${VERSION:-3.3.8}
|
||||
VERSION=${VERSION:-3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="glfw3"
|
||||
VERSION="3.3.8"
|
||||
VERSION="3.4"
|
||||
HOMEPAGE="https://www.glfw.org/"
|
||||
DOWNLOAD="https://github.com/glfw/glfw/archive/3.3.8/glfw-3.3.8.tar.gz"
|
||||
MD5SUM="55d99dc968f4cec01a412562a7cf851c"
|
||||
DOWNLOAD="https://github.com/glfw/glfw/archive/3.4/glfw-3.4.tar.gz"
|
||||
MD5SUM="7470db601fcf36f0604d32b537281a70"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue