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:   nia
Date:           Mon Jan 17 13:35:01 UTC 2022

Modified Files:
        pkgsrc/games/lgogdownloader: Makefile distinfo

Log Message:
lgogdownloader: update to 3.8

  LGOGDownloader 3.8

     * Fixed headless operation (Patch by: grepwood)
     * Overwrite changelog only when modified (Patch by: Matthew Howle)
     * Added retry support to --galaxy-install
     * Changed some retry conditions
          * Don't retry on 404 errors because they are mostly produced by
            user not owning DLC for a game
          * This helps a lot when using high max retry count
     * Show reason for retry attempts
     * Show installer and patch version when listing game details
     * Fixed getting redirect URL from curl (Patch by: Timotej Lazar)
     * Improved reCAPTCHA detection (Patch by: Timotej Lazar)
     * Added support for new language: Thai
     * Retry download also on CURLE_SSL_CONNECT_ERROR (Patch by: Ismo
       Toijala))
     * Use duplicate handler for extras
     * Check for invalid path in GalaxyAPI::fileJsonNodeToGameFileVector
     * Added directory template %gamename_firstletter%
          * Useful for sorting big libraries with --subdir-game option
          * Takes the first letter from %gamename%
          * If %gamename% begins with a number then 0 (zero) is used instead
     * Skip files that are listed by API for information purposes only
          * For some games the API shows files with "count" and "total_size"
            of zero meaning that they are not available to download
          * These are listed on account page for information purpose only
            (for example to show DLCs included in the installer)


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/games/lgogdownloader/Makefile
cvs rdiff -u -r1.32 -r1.33 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.57 pkgsrc/games/lgogdownloader/Makefile:1.58
--- pkgsrc/games/lgogdownloader/Makefile:1.57   Mon Jan 10 01:46:31 2022
+++ pkgsrc/games/lgogdownloader/Makefile        Mon Jan 17 13:35:01 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2022/01/10 01:46:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.58 2022/01/17 13:35:01 nia Exp $
 
-DISTNAME=      lgogdownloader-3.7
-PKGREVISION=   7
+DISTNAME=      lgogdownloader-3.8
 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.32 pkgsrc/games/lgogdownloader/distinfo:1.33
--- pkgsrc/games/lgogdownloader/distinfo:1.32   Tue Oct 26 10:44:11 2021
+++ pkgsrc/games/lgogdownloader/distinfo        Mon Jan 17 13:35:01 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2021/10/26 10:44:11 nia Exp $
+$NetBSD: distinfo,v 1.33 2022/01/17 13:35:01 nia Exp $
 
-BLAKE2s (lgogdownloader-3.7.tar.gz) = ff66a68b10166d4e8989d4e6876ce5a4028e70e8d8c753d00d66459b30e446a1
-SHA512 (lgogdownloader-3.7.tar.gz) = 4176d2406024231b97949b786634e30ed1c1633875041594a83402e9ff974f272e73084aaeec906358a745901616b0d802f9221e2a0968dac0bcc1de5ec6fb16
-Size (lgogdownloader-3.7.tar.gz) = 87245 bytes
+BLAKE2s (lgogdownloader-3.8.tar.gz) = 898750ba2a26d96e663fc1d2c848a2fc08739c78faddaacfc39b9fd935f1625a
+SHA512 (lgogdownloader-3.8.tar.gz) = 28d5ca08c4cd879437a9616df9832ff4962dd41a810eff36cde1746663fc5d26ebd50ecfc56c7ee1cfc38112efa3705af8e868e6382fe85d0c5c3d5b056cc69c
+Size (lgogdownloader-3.8.tar.gz) = 87126 bytes



Home | Main Index | Thread Index | Old Index