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.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d17b54fdfd93
branches:  trunk
changeset: 372008:d17b54fdfd93
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jan 17 13:35:01 2022 +0000

description:
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)

diffstat:

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

diffs (26 lines):

diff -r a29b344ab43d -r d17b54fdfd93 games/lgogdownloader/Makefile
--- a/games/lgogdownloader/Makefile     Mon Jan 17 13:23:32 2022 +0000
+++ b/games/lgogdownloader/Makefile     Mon Jan 17 13:35:01 2022 +0000
@@ -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}
diff -r a29b344ab43d -r d17b54fdfd93 games/lgogdownloader/distinfo
--- a/games/lgogdownloader/distinfo     Mon Jan 17 13:23:32 2022 +0000
+++ b/games/lgogdownloader/distinfo     Mon Jan 17 13:35:01 2022 +0000
@@ -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