mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/steamtinkerlaunch: Updated for version 11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d9ee595bfd
commit
edb7e1e87c
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue