From 6c0f5c88c610a65623ce55a817786ac3f380a313 Mon Sep 17 00:00:00 2001 From: thfr Date: Sun, 12 Apr 2020 13:34:54 +0000 Subject: [PATCH] update to depotdownloader 2.3.3 currently failing to connect with Steam with both 2.3.2 and 2.3.3 switch to app entry URL from v0002 to v2 - reivyr (on #openbsd-gaming) reports v0002 doesn't work in South America region. Note new -debug flag which should help with bug reports --- games/depotdownloader/Makefile | 4 ++-- games/depotdownloader/distinfo | 4 ++-- games/depotdownloader/files/depotdownloader.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/games/depotdownloader/Makefile b/games/depotdownloader/Makefile index 9c64b0fbdef..8c8ce1c50f1 100644 --- a/games/depotdownloader/Makefile +++ b/games/depotdownloader/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2020/03/07 17:43:15 thfr Exp $ +# $OpenBSD: Makefile,v 1.5 2020/04/12 13:34:54 thfr Exp $ ONLY_FOR_ARCHS = ${MONO_ARCHS} COMMENT = Steam depot downloader utilizing the SteamKit2 library -V = 2.3.2 +V = 2.3.3 DISTNAME = depotdownloader-${V} CATEGORIES = games diff --git a/games/depotdownloader/distinfo b/games/depotdownloader/distinfo index d7c010b0afe..2ce2fc20aa6 100644 --- a/games/depotdownloader/distinfo +++ b/games/depotdownloader/distinfo @@ -1,2 +1,2 @@ -SHA256 (depotdownloader-2.3.2.zip) = dWPiuh6WyjZdi9wR0tQiJkdwX8qRO/RqmuuVPBdWI7k= -SIZE (depotdownloader-2.3.2.zip) = 2247253 +SHA256 (depotdownloader-2.3.3.zip) = 86c3W+JvlAtutlJKud9e0N+g4NoIdKKNYNOucVpaSrM= +SIZE (depotdownloader-2.3.3.zip) = 2248047 diff --git a/games/depotdownloader/files/depotdownloader.sh b/games/depotdownloader/files/depotdownloader.sh index a56541756a8..30b9988cbc7 100644 --- a/games/depotdownloader/files/depotdownloader.sh +++ b/games/depotdownloader/files/depotdownloader.sh @@ -23,7 +23,7 @@ while [ $# -gt 0 ]; do done if [ -n "$appname" ]; then - appentry="$(ftp -Vo - https://api.steampowered.com/ISteamApps/GetAppList/v0002 \ + appentry="$(ftp -Vo - https://api.steampowered.com/ISteamApps/GetAppList/v2 \ | grep -Eio "\{[^\{]*\"[[:blank:]]*$appname[[:blank:]]*\"")" appid="$(echo "$appentry" | grep -Eo '[[:digit:]]+')" if [ -z "$appid" ]; then