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:           Thu Nov 23 20:15:07 UTC 2017

Modified Files:
        pkgsrc/games/lgogdownloader: Makefile distinfo

Log Message:
lgogdownloader: update to 3.3.

LGOGDownloader 3.3
- Updated url for login check
- Added support for new language: Ukrainian
- Added support for new language: Spanish (Latin American)
- Added option to select platform architecture for Galaxy
* Allows selecting platform architecture with "--galaxy-arch" when "osBitness" is set for depot in API response
- Check for orphaned files after installing a game with --galaxy-install
- Preserve timestamps for downloaded files
* Get timestamps from server for all downloaded files and set the last modified date to that
* Retroactively changes timestamps for previously downloaded files that have different timestamp
* Retroactively changing timestamps doesn't work for files downloaded with --galaxy-install
- Fixed help text for --subdir-installers
- Added option to set user agent
- Expose Galaxy options as experimental options in help text
- Added option to set interval for progress bar update
- Added retry limit for failed chunk repairs
* Fixes infinite loop caused by failed chunk repair
- Get game details using Galaxy API
* Most features now use Galaxy API and should work without having valid downloader API login
* --download-file still uses the old API and will not work without valid API login
* --update-check option also uses the old API and thus requires valid API login to work properly
- Game details cache version is incremented because of changes to gameFile class
- Show product id for DLCs when using --list-details option
- Fixed serials containing <br> tags
- Fixed crash when using old version of jsoncpp and trying to get unsigned int value as string


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/games/lgogdownloader/Makefile
cvs rdiff -u -r1.25 -r1.26 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.29 pkgsrc/games/lgogdownloader/Makefile:1.30
--- pkgsrc/games/lgogdownloader/Makefile:1.29   Thu Aug 24 20:03:18 2017
+++ pkgsrc/games/lgogdownloader/Makefile        Thu Nov 23 20:15:07 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2017/08/24 20:03:18 adam Exp $
+# $NetBSD: Makefile,v 1.30 2017/11/23 20:15:07 wiz Exp $
 
-DISTNAME=      lgogdownloader-3.2
-PKGREVISION=   2
+DISTNAME=      lgogdownloader-3.3
 CATEGORIES=    games
 MASTER_SITES=  http://sites.google.com/site/gogdownloader/
 

Index: pkgsrc/games/lgogdownloader/distinfo
diff -u pkgsrc/games/lgogdownloader/distinfo:1.25 pkgsrc/games/lgogdownloader/distinfo:1.26
--- pkgsrc/games/lgogdownloader/distinfo:1.25   Tue Aug 29 09:53:56 2017
+++ pkgsrc/games/lgogdownloader/distinfo        Thu Nov 23 20:15:07 2017
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.25 2017/08/29 09:53:56 wiz Exp $
+$NetBSD: distinfo,v 1.26 2017/11/23 20:15:07 wiz Exp $
 
-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
-SHA1 (patch-man_CMakeLists.txt) = 771fff29a26c166f87b73645b6a6fa10e4cc0f3f
+SHA1 (lgogdownloader-3.3.tar.gz) = b0db8ee26ea940c0005878cd5b3a4d07c20b14cf
+RMD160 (lgogdownloader-3.3.tar.gz) = 5cd3d4576b9f043d56b8314e737a6582dfb69bea
+SHA512 (lgogdownloader-3.3.tar.gz) = 7af67c440e88bcfbbd6f59b44b8cfd81fe9cee041715d4da968be3aedfe4301a5377ce61354a5cc093588d89300c88c862d9228672a2d79613419dce3619f4c9
+Size (lgogdownloader-3.3.tar.gz) = 73873 bytes



Home | Main Index | Thread Index | Old Index