summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2015-09-13 07:32:49 +0000
committerwiz <wiz>2015-09-13 07:32:49 +0000
commit36c001c214a945474e7315a7ecc5b8a5dcdda00a (patch)
tree2e85e83f6789c016c2aa3097b026c027e4128abb
parent24afa255dcd09a18381d818ef51e36f10dae3b57 (diff)
downloadpkgsrc-36c001c214a945474e7315a7ecc5b8a5dcdda00a.tar.gz
Update to 2.25:
LGOGDownloader 2.25 - Added options to login separately to website and API * --login-api * --login-website * Makes it possible to use cookies exported from browser (helps if user gets reCAPTCHA on login form) - Added detection of reCAPTCHA during login - Changed path for game specific config files * Game specific config files are now located in $XDG_CONFIG_HOME/lgogdownloader/gamespecific/gamename.conf - Added support for ignoring dlc count information using game specific config file with --list option - Removed --no-deb and --no-targz options * GOG no longer provides deb and tarball archives - Implemented gogdownloader:// protocol download (patch by: Sandy Carter) * Implements the following commands: * lgogdownloader gogdownloader://GAME_NAME/FILE_ID * lgogdownloader --download-file gogdownloader://GAME_NAME/FILE_ID * lgogdownloader gogdownloader://GAME_NAME_1/FILE_ID_1,GAME_NAME_2/FILE_ID_2,... * lgogdownloader --download-file gogdownloader://GAME_NAME_1/FILE_ID_1,GAME_NAME_2/FILE_ID_2,.. - Added option to specify output filename (patch by: Sandy Carter) * Adds -o and --output-file option to specify path and downloaded file name when using --download-file - Removed tarball specific code from API implementation - Fixed priority handling with duplicate values - Added support for using strings to set language, language-priority, platform and platform-priority instead of using numbers - Fixed retry on operation timeout
-rw-r--r--games/lgogdownloader/Makefile4
-rw-r--r--games/lgogdownloader/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/games/lgogdownloader/Makefile b/games/lgogdownloader/Makefile
index 87c659f8ecf..49f3edec729 100644
--- a/games/lgogdownloader/Makefile
+++ b/games/lgogdownloader/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2015/07/12 08:32:08 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2015/09/13 07:32:49 wiz Exp $
-DISTNAME= lgogdownloader-2.24
+DISTNAME= lgogdownloader-2.25
CATEGORIES= games
MASTER_SITES= http://sites.google.com/site/gogdownloader/
diff --git a/games/lgogdownloader/distinfo b/games/lgogdownloader/distinfo
index 815475dae34..cf9e31fee2c 100644
--- a/games/lgogdownloader/distinfo
+++ b/games/lgogdownloader/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2015/07/12 08:32:08 wiz Exp $
+$NetBSD: distinfo,v 1.13 2015/09/13 07:32:49 wiz Exp $
-SHA1 (lgogdownloader-2.24.tar.gz) = 02b7445e6f19e776df4414735656a959c14d640a
-RMD160 (lgogdownloader-2.24.tar.gz) = e7728c0462d09a430a8fafb2054b2ebdc26dc6a4
-Size (lgogdownloader-2.24.tar.gz) = 46243 bytes
+SHA1 (lgogdownloader-2.25.tar.gz) = 5cce0e441a9946f55317f5373f5abe72c1d0fd29
+RMD160 (lgogdownloader-2.25.tar.gz) = 8b632cfa9b491f435c095aeec8b65ba2a3b5fc9c
+Size (lgogdownloader-2.25.tar.gz) = 47175 bytes