diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2022-08-12 22:14:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-13 00:21:32 +0700 |
commit | edb7e1e87c8fb798be9132a0f3b9849c3f97ab2b (patch) | |
tree | 4d811d1fc987a41205930c506bd243c825533950 /games | |
parent | d9ee595bfd9aec1884d7b471d58fe3694aa6e516 (diff) | |
download | slackbuilds-edb7e1e87c8fb798be9132a0f3b9849c3f97ab2b.tar.gz |
games/steamtinkerlaunch: Updated for version 11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/steamtinkerlaunch/steamtinkerlaunch.SlackBuild | 6 | ||||
-rw-r--r-- | games/steamtinkerlaunch/steamtinkerlaunch.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/steamtinkerlaunch/steamtinkerlaunch.SlackBuild b/games/steamtinkerlaunch/steamtinkerlaunch.SlackBuild index 050ecef955..eef135e515 100644 --- a/games/steamtinkerlaunch/steamtinkerlaunch.SlackBuild +++ b/games/steamtinkerlaunch/steamtinkerlaunch.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for steamtinkerlaunch -# Copyright 2022 Damian Perticone Berisso,Argentina +# Copyright 2022 Damian Perticone, Berisso, Argentina # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=steamtinkerlaunch -VERSION=${VERSION:-9.2} +VERSION=${VERSION:-11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,7 +80,7 @@ mkdir -p $PKG install -Dm755 steamtinkerlaunch -t $PKG/usr/bin install -d $PKG/usr/share/steamtinkerlaunch -cp -r categories eval guicfgs lang misc $PKG/usr/share/steamtinkerlaunch +cp -r collections eval guicfgs lang misc $PKG/usr/share/steamtinkerlaunch install -Dm644 misc/steamtinkerlaunch.desktop -t $PKG/usr/share/applications install -Dm644 misc/steamtinkerlaunch.svg -t $PKG/usr/share/icons/hicolor/scalable/apps diff --git a/games/steamtinkerlaunch/steamtinkerlaunch.info b/games/steamtinkerlaunch/steamtinkerlaunch.info index 8ec10cb88d..da3aa13194 100644 --- a/games/steamtinkerlaunch/steamtinkerlaunch.info +++ b/games/steamtinkerlaunch/steamtinkerlaunch.info @@ -1,8 +1,8 @@ PRGNAM="steamtinkerlaunch" -VERSION="9.2" +VERSION="11.0" HOMEPAGE="https://github.com/frostworx/steamtinkerlaunch" -DOWNLOAD="https://github.com/frostworx/steamtinkerlaunch/archive/v9.2/steamtinkerlaunch-9.2.tar.gz" -MD5SUM="62d90414d01d773655bc89f34c5a3753" +DOWNLOAD="https://github.com/frostworx/steamtinkerlaunch/archive/v11.0/steamtinkerlaunch-11.0.tar.gz" +MD5SUM="48b13476745c38828a3957831986409b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |