diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-02 11:38:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-02 11:38:47 +0700 |
commit | b456bf37eebb6b5216583cb91542c69121802b5a (patch) | |
tree | 0cb70dcd25e059eb489339fd22cff7aa86d6556f | |
parent | a3e142449b854c50795f5a9eddef01788493d32d (diff) | |
download | slackbuilds-b456bf37eebb6b5216583cb91542c69121802b5a.tar.gz |
games/wesnoth: Updated for version 1.12.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 6 | ||||
-rw-r--r-- | games/wesnoth/wesnoth.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index 70695da14c..3f6e01b808 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -26,8 +26,8 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wesnoth -VERSION=${VERSION:-1.12.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.12.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -102,7 +102,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING INSTALL RELEASE_NOTES changelog copyright $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING INSTALL changelog copyright $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir $PKG/install diff --git a/games/wesnoth/wesnoth.info b/games/wesnoth/wesnoth.info index e26332b437..f84956248e 100644 --- a/games/wesnoth/wesnoth.info +++ b/games/wesnoth/wesnoth.info @@ -1,8 +1,8 @@ PRGNAM="wesnoth" -VERSION="1.12.2" +VERSION="1.12.4" HOMEPAGE="http://www.wesnoth.org" -DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.12.2.tar.bz2" -MD5SUM="c2d85b3eb7ed96508f4f0e2ea29fd2cc" +DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.12.4.tar.bz2" +MD5SUM="081fe60a06d6934cac9a40fd7350cc9f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="scons" |