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:           Wed May  4 13:59:09 UTC 2022

Modified Files:
        pkgsrc/games/lgogdownloader: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/games/lgogdownloader/Makefile
cvs rdiff -u -r1.33 -r1.34 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.58 pkgsrc/games/lgogdownloader/Makefile:1.59
--- pkgsrc/games/lgogdownloader/Makefile:1.58   Mon Jan 17 13:35:01 2022
+++ pkgsrc/games/lgogdownloader/Makefile        Wed May  4 13:59:09 2022
@@ -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}

Index: pkgsrc/games/lgogdownloader/distinfo
diff -u pkgsrc/games/lgogdownloader/distinfo:1.33 pkgsrc/games/lgogdownloader/distinfo:1.34
--- pkgsrc/games/lgogdownloader/distinfo:1.33   Mon Jan 17 13:35:01 2022
+++ pkgsrc/games/lgogdownloader/distinfo        Wed May  4 13:59:09 2022
@@ -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