mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/SFML: Updated for version 2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
7424b99ef5
commit
ec38960c41
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=SFML
|
||||
VERSION=${VERSION:-2.1}
|
||||
VERSION=${VERSION:-2.2}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="SFML"
|
||||
VERSION="2.1"
|
||||
VERSION="2.2"
|
||||
HOMEPAGE="http://www.sfml-dev.org"
|
||||
DOWNLOAD="http://www.sfml-dev.org/download/sfml/2.1/SFML-2.1-sources.zip"
|
||||
MD5SUM="2de81448733f3f46964f23f41cd42e92"
|
||||
DOWNLOAD="http://www.sfml-dev.org/download/sfml/2.1/SFML-2.2-sources.zip"
|
||||
MD5SUM="d07ac25f0f2793beff3f7ca6525f191c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="OpenAL"
|
||||
|
|
Loading…
Reference in a new issue