pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/lgogdownloader



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 12 07:24:06 UTC 2017

Modified Files:
        pkgsrc/games/lgogdownloader: Makefile distinfo

Log Message:
Updated lgogdownloader to 3.2.

LGOGDownloader 3.2
- Fixed crash in Website::getGames
* Sometimes JSON value for updates was null. For example when user
  owns a dlc but not the base game. This caused a crash due to std::stoi
  throwing std::invalid_argument exception.
- Changed --login to use GOG Galaxy login method
* Galaxy login tokens are stored to "$XDG_CONFIG_HOME/lgogdownloader/galaxy_tokens.json"
- Added initial support for some Galaxy API features
- Show product id for game when using --list-details
* Product id is used with some Galaxy related commands


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/games/lgogdownloader/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/games/lgogdownloader/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/lgogdownloader/Makefile
diff -u pkgsrc/games/lgogdownloader/Makefile:1.26 pkgsrc/games/lgogdownloader/Makefile:1.27
--- pkgsrc/games/lgogdownloader/Makefile:1.26   Sun Jan 15 09:29:08 2017
+++ pkgsrc/games/lgogdownloader/Makefile        Sun Mar 12 07:24:06 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2017/01/15 09:29:08 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2017/03/12 07:24:06 wiz Exp $
 
-DISTNAME=      lgogdownloader-3.1
+DISTNAME=      lgogdownloader-3.2
 CATEGORIES=    games
 MASTER_SITES=  http://sites.google.com/site/gogdownloader/
 

Index: pkgsrc/games/lgogdownloader/distinfo
diff -u pkgsrc/games/lgogdownloader/distinfo:1.22 pkgsrc/games/lgogdownloader/distinfo:1.23
--- pkgsrc/games/lgogdownloader/distinfo:1.22   Sun Jan 15 09:29:08 2017
+++ pkgsrc/games/lgogdownloader/distinfo        Sun Mar 12 07:24:06 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2017/01/15 09:29:08 wiz Exp $
+$NetBSD: distinfo,v 1.23 2017/03/12 07:24:06 wiz Exp $
 
-SHA1 (lgogdownloader-3.1.tar.gz) = 2847b4bbda28301b7a640be8b73e1cfe4d32c36d
-RMD160 (lgogdownloader-3.1.tar.gz) = fab195c6db9d662b3e44e7905b6763d8c52ede75
-SHA512 (lgogdownloader-3.1.tar.gz) = e15f6d359298bee0922439703ca256ad9f5f07052a12b241fe03031663dce44bd61427dbe9739115d529736b261a51068c5b2c7669fe4a4b4c0553c2ed77a793
-Size (lgogdownloader-3.1.tar.gz) = 60834 bytes
+SHA1 (lgogdownloader-3.2.tar.gz) = 70f0878039cc53c4399b4b6f7676695f690b63fa
+RMD160 (lgogdownloader-3.2.tar.gz) = adcda81a02614c27e70dee5f82b331b67eb9ba83
+SHA512 (lgogdownloader-3.2.tar.gz) = b1d8d89b303c77e17601b19e09346b8d632bc049d40741442ad88646d8764e4efd3a04edcbcae5a5e098df3251ae88d15d355d06cbb03cf313a8619d3111ff35
+Size (lgogdownloader-3.2.tar.gz) = 68438 bytes



Home | Main Index | Thread Index | Old Index