pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/lgogdownloader lgogdownloader: update to 3.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d339bbade3ee
branches:  trunk
changeset: 378523:d339bbade3ee
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 04 13:59:09 2022 +0000

description:
lgogdownloader: update to 3.9.

    Don't use DLC list by default
        Makes getting game details much faster
        Added option --use-dlc-list to enable using DLC list
    Ignore SIGPIPE
        Previously it was possible to receive SIGPIPE in some cases which by default causes application to terminate
    Removed support for OpenSSL <= 1.0.2
    Added --size-only option (Patch by: Dmitry Khalanskiy)
        When looking at the existing files, completely ignore the contents if the size matches the expected one
    Added basic support for filtering games using tags that the user can set on account page
    Added option --list-tags to list all the tags user has assigned
    Added option --tag to filter games using the tags
    Fixed --download-file option not showing progress bar
    Fixed getting XML data
    Reduced the amount of request to cdn with --galaxy-install
        Should fix the issue of getting temporarily blocked by GOG cdn when installing game with lots of small files

diffstat:

 games/lgogdownloader/Makefile |  4 ++--
 games/lgogdownloader/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 6fa1626070bc -r d339bbade3ee games/lgogdownloader/Makefile
--- a/games/lgogdownloader/Makefile     Wed May 04 13:57:10 2022 +0000
+++ b/games/lgogdownloader/Makefile     Wed May 04 13:59:09 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2022/01/17 13:35:01 nia Exp $
+# $NetBSD: Makefile,v 1.59 2022/05/04 13:59:09 wiz Exp $
 
-DISTNAME=      lgogdownloader-3.8
+DISTNAME=      lgogdownloader-3.9
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Sude-/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 6fa1626070bc -r d339bbade3ee games/lgogdownloader/distinfo
--- a/games/lgogdownloader/distinfo     Wed May 04 13:57:10 2022 +0000
+++ b/games/lgogdownloader/distinfo     Wed May 04 13:59:09 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2022/01/17 13:35:01 nia Exp $
+$NetBSD: distinfo,v 1.34 2022/05/04 13:59:09 wiz Exp $
 
-BLAKE2s (lgogdownloader-3.8.tar.gz) = 898750ba2a26d96e663fc1d2c848a2fc08739c78faddaacfc39b9fd935f1625a
-SHA512 (lgogdownloader-3.8.tar.gz) = 28d5ca08c4cd879437a9616df9832ff4962dd41a810eff36cde1746663fc5d26ebd50ecfc56c7ee1cfc38112efa3705af8e868e6382fe85d0c5c3d5b056cc69c
-Size (lgogdownloader-3.8.tar.gz) = 87126 bytes
+BLAKE2s (lgogdownloader-3.9.tar.gz) = 2d86b1aa4655b39b944f10218ad90802e9c6e2876ea568d3a8ed626f30898170
+SHA512 (lgogdownloader-3.9.tar.gz) = 9bb5ebe4cf0cbc6a2355e78e29e18965259892960b87c98f39f94278334b3d9d82deea9d1f482a66b08a8aa740f631ab4d45c5628b9cf560235ace8489ec3946
+Size (lgogdownloader-3.9.tar.gz) = 88063 bytes



Home | Main Index | Thread Index | Old Index