diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2019-03-23 01:06:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-23 01:06:36 +0700 |
commit | a70cc8719b754367997c65a05ca15c4645cbda89 (patch) | |
tree | 74ca005d8801917ee1ec8a717ff5cf333f7e94da /libraries | |
parent | 3fa4e2046f66d7c56b2d92504fe605f0fd805855 (diff) | |
download | slackbuilds-a70cc8719b754367997c65a05ca15c4645cbda89.tar.gz |
libraries/physfs: Updated for version 3.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/physfs/physfs.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/physfs/physfs.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/physfs/physfs.SlackBuild b/libraries/physfs/physfs.SlackBuild index 67e7602d4e..244a1966fa 100644 --- a/libraries/physfs/physfs.SlackBuild +++ b/libraries/physfs/physfs.SlackBuild @@ -4,7 +4,7 @@ # # Copyright 2009 - 2013 Erik W. Hanson, Minneapolis, MN, USA # Copyright 2015 Andrew Strong, Blue Mountains Australia -# Copyright 2017 - 2018 Johannes Schoepfer, Germany +# Copyright 2017 - 2019 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=physfs -VERSION=${VERSION:-3.0.1} +VERSION=${VERSION:-3.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/physfs/physfs.info b/libraries/physfs/physfs.info index b8f6e44eae..7db73967f4 100644 --- a/libraries/physfs/physfs.info +++ b/libraries/physfs/physfs.info @@ -1,10 +1,10 @@ PRGNAM="physfs" -VERSION="3.0.1" +VERSION="3.0.2" HOMEPAGE="https://icculus.org/physfs/" -DOWNLOAD="https://icculus.org/physfs/downloads/physfs-3.0.1.tar.bz2" -MD5SUM="359f102bcbd62accf84ef32f4863255d" +DOWNLOAD="https://icculus.org/physfs/downloads/physfs-3.0.2.tar.bz2" +MD5SUM="dc751294aaf59d1359bbe34e693d1d87" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Johannes Schoepfer" -EMAIL="slackbuilds[at]schoepfer[dot]info" +EMAIL="slackbuilds@schoepfer.info" |