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:           Mon Nov 10 09:22:15 UTC 2025

Modified Files:
        pkgsrc/games/lgogdownloader: Makefile distinfo
Removed Files:
        pkgsrc/games/lgogdownloader/patches: patch-CMakeLists.txt

Log Message:
lgogdownloader: update to 3.18.

GOGDownloader 3.18

    Added support for TOTP
    Better handling of corrupted files with --galaxy-install
        Checks chunk hash after chunk download finishes and retries on corrupted transfer
    Better handling of duplicate file entries when installing game using --galaxy-install
        Duplicate files from DLCs overwrite base game versions
        If there are multiple DLCs that have duplicate files then the last entry parsed wins
    Sort Galaxy builds by date and branch
        Some games have compatibility branch builds which may be listed first in the API response
        These builds are probably not what most users want to install by default when using --galaxy-install
        Deprioritize all branches and deprioritize "compatibility" branch even more
    Fixed building with Boost 1.89.0 (Patch by: Michael Cho)
    Gracefully fail when $HOME is unset (Patch by: nydragon)
    Added option to select between SI and IEC units
        --unit-format
        Default is IEC units


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/games/lgogdownloader/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/games/lgogdownloader/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/games/lgogdownloader/patches/patch-CMakeLists.txt

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.89 pkgsrc/games/lgogdownloader/Makefile:1.90
--- pkgsrc/games/lgogdownloader/Makefile:1.89   Sun Oct  5 19:25:57 2025
+++ pkgsrc/games/lgogdownloader/Makefile        Mon Nov 10 09:22:15 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2025/10/05 19:25:57 js Exp $
+# $NetBSD: Makefile,v 1.90 2025/11/10 09:22:15 wiz Exp $
 
-DISTNAME=      lgogdownloader-3.17
-PKGREVISION=   4
+DISTNAME=      lgogdownloader-3.18
 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.41 pkgsrc/games/lgogdownloader/distinfo:1.42
--- pkgsrc/games/lgogdownloader/distinfo:1.41   Sat Sep 27 11:50:30 2025
+++ pkgsrc/games/lgogdownloader/distinfo        Mon Nov 10 09:22:15 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.41 2025/09/27 11:50:30 wiz Exp $
+$NetBSD: distinfo,v 1.42 2025/11/10 09:22:15 wiz Exp $
 
-BLAKE2s (lgogdownloader-3.17.tar.gz) = 0599520378b0763ea6228a0ad4bb2da86a728d42ef3b0931ca72f71ed91232c2
-SHA512 (lgogdownloader-3.17.tar.gz) = 4880f1152b2cb9e6352692b7dfb7c6653672b0bf1721c53856a3c2fd174b11d07e9f5171a20bda3f927417f57216cf04fe1961471d9876120c68fbeb16fa14e8
-Size (lgogdownloader-3.17.tar.gz) = 106499 bytes
-SHA1 (patch-CMakeLists.txt) = fa9f0d3f6114f3807dc2bcc402a11a05a20687f0
+BLAKE2s (lgogdownloader-3.18.tar.gz) = 1a97dff932ca3367436655cb8fc604f35e424646bd7afa7217989f60272f31c1
+SHA512 (lgogdownloader-3.18.tar.gz) = db3def0289186afc6b60f0b78b2872e1b34f393ac1c8e94b90260f46d49badeac75f2751f2ace5eff109d94658958fa06be500967af94017dbb599e832932678
+Size (lgogdownloader-3.18.tar.gz) = 108949 bytes



Home | Main Index | Thread Index | Old Index