Skip to content

Commit

Permalink
Steam Deck: Bump innoextract version to 1.9-8
Browse files Browse the repository at this point in the history
SteamOS 3.5's newer Arch snapshot requires this version, as per #907.
  • Loading branch information
sonic2kk committed Oct 7, 2023
1 parent 020c02f commit 2dfda08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PREFIX="/usr"
PROGNAME="SteamTinkerLaunch"
NICEPROGNAME="Steam Tinker Launch"
PROGVERS="v14.0.20231008-1"
PROGVERS="v14.0.20231008-2 (steamos-3.5)"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -24568,7 +24568,7 @@ function checkSteamDeckDependencies {
# ARCHURL="https://archlinux.org/packages/community/x86_64"
ARCHARCHIVEURL="https://archive.archlinux.org/packages"

INNOEXTRACTVERS="1.9-7"
INNOEXTRACTVERS="1.9-8"
INNOEXTRACTFILE="$INNOEXTRACT-$INNOEXTRACTVERS-x86_64.pkg.tar.zst"
INNOEXTRACTURL="$ARCHARCHIVEURL/i/$INNOEXTRACT/$INNOEXTRACTFILE"

Expand Down

0 comments on commit 2dfda08

Please sign in to comment.