diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-27 06:49:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-27 06:49:59 +0000 |
commit | a84244b9b40268d2de82cbff140f610e85b8e9a4 (patch) | |
tree | 2fc83ce6345f18be10e03e5b376478c2b49b9a69 /games/lgogdownloader | |
parent | 4982e3127d2473d8bd98149e4eb6293a0fe8a0e4 (diff) | |
download | pkgsrc-a84244b9b40268d2de82cbff140f610e85b8e9a4.tar.gz |
Update to 2.23:
LGOGDownloader 2.23
- Option to show wishlist is no longer saved to config file
- Added simple login check as a fallback to current complex HTTP login check
* This fallback method should work even if GOG changes the site layout as long as account page location remains the same
- Fixed error with login when cookies didn't exist but API login worked because config.cfg contained valid secret and token
LGOGDownloader 2.22
- Added option to download files by using file id
* --download-file "gamename/fileid"
- Fixed multiple DLCs when using cache (patch by: Ismo Toijala)
- Made progressbar display 10 second average download speed instead of average for the whole download
- Added support for new account page layout
- Added --wishlist option to show wishlist
- Makefile change: "make install" will now install debug build if it has been built
Diffstat (limited to 'games/lgogdownloader')
-rw-r--r-- | games/lgogdownloader/Makefile | 4 | ||||
-rw-r--r-- | games/lgogdownloader/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/lgogdownloader/Makefile b/games/lgogdownloader/Makefile index 941e150a36a..aee11251f1a 100644 --- a/games/lgogdownloader/Makefile +++ b/games/lgogdownloader/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2015/04/19 18:08:00 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/05/27 06:49:59 wiz Exp $ -DISTNAME= lgogdownloader-2.21 +DISTNAME= lgogdownloader-2.23 CATEGORIES= games MASTER_SITES= http://sites.google.com/site/gogdownloader/ diff --git a/games/lgogdownloader/distinfo b/games/lgogdownloader/distinfo index bd6220fd4e7..f87e2ddc09e 100644 --- a/games/lgogdownloader/distinfo +++ b/games/lgogdownloader/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/04/19 18:08:00 wiz Exp $ +$NetBSD: distinfo,v 1.11 2015/05/27 06:49:59 wiz Exp $ -SHA1 (lgogdownloader-2.21.tar.gz) = 55c454df1f9d3f07d548523772f27d2481252668 -RMD160 (lgogdownloader-2.21.tar.gz) = 5182dce8abbe4f34ce8cd47a319744b6155dabe6 -Size (lgogdownloader-2.21.tar.gz) = 43212 bytes +SHA1 (lgogdownloader-2.23.tar.gz) = a6e4b709169cfeae086a94e6e5f457a82685b2b4 +RMD160 (lgogdownloader-2.23.tar.gz) = 159899868f0e036b745a76a6d4c3a2a450455e31 +Size (lgogdownloader-2.23.tar.gz) = 44701 bytes SHA1 (patch-Makefile) = bce350d291f9bba78bff6f704ac0ee4e60bbb457 |