mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
libraries/fifechan: Updated for version 0.1.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
fba1dde8ef
commit
1f33cd4c16
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for fifechan
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fifechan
|
||||
VERSION=${VERSION:-0.1.3}
|
||||
VERSION=${VERSION:-0.1.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="fifechan"
|
||||
VERSION="0.1.3"
|
||||
VERSION="0.1.4"
|
||||
HOMEPAGE="http://fifengine.github.io/fifechan/"
|
||||
DOWNLOAD="https://github.com/fifengine/fifechan/archive/0.1.3.tar.gz"
|
||||
MD5SUM="ab28436c4407f852c301d0c2f6d81bfa"
|
||||
DOWNLOAD="https://github.com/fifengine/fifechan/archive/0.1.4.tar.gz"
|
||||
MD5SUM="163142907031eea0fd76bd2737afc780"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="allegro4 SDL2_image"
|
||||
REQUIRES="allegro4 SDL2_image SDL2_ttf"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue