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
This commit is contained in:
thfr 2020-04-12 13:34:54 +00:00
parent 239d42dc98
commit 6c0f5c88c6
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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