diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2016-05-30 08:33:12 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-01 23:55:03 +0700 |
commit | c0bc83850c66b670ceb0d2ed97695af5f8a68bca (patch) | |
tree | 461936d46fd5b2cfb23c383405c843e9187fab3a /games/lgogdownloader/lgogdownloader.SlackBuild | |
parent | c91ed4b7ee90c0c8c0c6f9e325619016756077bf (diff) |
games/lgogdownloader: Updated for version 2.28.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'games/lgogdownloader/lgogdownloader.SlackBuild')
-rw-r--r-- | games/lgogdownloader/lgogdownloader.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/lgogdownloader/lgogdownloader.SlackBuild b/games/lgogdownloader/lgogdownloader.SlackBuild index 311aa11e6748..9098a77d9930 100644 --- a/games/lgogdownloader/lgogdownloader.SlackBuild +++ b/games/lgogdownloader/lgogdownloader.SlackBuild @@ -25,8 +25,8 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lgogdownloader -VERSION=${VERSION:-2.27} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.28} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -84,8 +84,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 <$CWD/fix-compiling-with-jsoncpp-1.7.1.patch - mkdir -p build cd build cmake \ |