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:           Sun Dec 29 20:55:47 UTC 2024

Modified Files:
        pkgsrc/games/lgogdownloader: Makefile distinfo

Log Message:
lgogdownloader: update to 3.16.

LGOGDownloader 3.16

    Fixed item url when showing wishlist
    Made downloader to not consider blacklisted files to be orphaned
    Made --galaxy-* options able to select build with build id
        Tries to find build with build id first
        If no build is found with specified build id then try to use it as build index
        Defaults to build index 0 if build id or index is not valid
    Changed --wishlist into --list option
        Removed --wishlist
        Added --list wishlist
    Added option to select network interface for operations
        --interface
    Updated man page
    Improved completed file skipping for extras
    Galaxy: Added small files container support
        Instead of downloading a lot of very small files we download a file that contains all the small files and extract it when everything is downloaded
    Galaxy: Added option to convert file path to lowercase for Windows game files
        --galaxy-lowercase-path
        Some games for Windows have inconsistent casing in their file path
        With this we don't end up with multiple directories because different capitalization makes them unique on case-sensitive filesystems


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/games/lgogdownloader/Makefile
cvs rdiff -u -r1.38 -r1.39 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.82 pkgsrc/games/lgogdownloader/Makefile:1.83
--- pkgsrc/games/lgogdownloader/Makefile:1.82   Sun Dec 29 15:09:48 2024
+++ pkgsrc/games/lgogdownloader/Makefile        Sun Dec 29 20:55:47 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2024/12/29 15:09:48 adam Exp $
+# $NetBSD: Makefile,v 1.83 2024/12/29 20:55:47 wiz Exp $
 
-DISTNAME=      lgogdownloader-3.15
-PKGREVISION=   5
+DISTNAME=      lgogdownloader-3.16
 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.38 pkgsrc/games/lgogdownloader/distinfo:1.39
--- pkgsrc/games/lgogdownloader/distinfo:1.38   Sun Aug 25 10:09:58 2024
+++ pkgsrc/games/lgogdownloader/distinfo        Sun Dec 29 20:55:47 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2024/08/25 10:09:58 wiz Exp $
+$NetBSD: distinfo,v 1.39 2024/12/29 20:55:47 wiz Exp $
 
-BLAKE2s (lgogdownloader-3.15.tar.gz) = 847dbd0e9881d9c9f2609515c2f2118c7ba37fd3ebea83bbe099a6d3bc890079
-SHA512 (lgogdownloader-3.15.tar.gz) = 2cd246005c209d8ba185195c15974fd84b9f414b5e8a517519e9edebf853a5fd023b42a47e187253f8fa2c16b618f99a68ebd9ec43ebeb1afce59ee3111de460
-Size (lgogdownloader-3.15.tar.gz) = 105282 bytes
+BLAKE2s (lgogdownloader-3.16.tar.gz) = 041910ae340a1fa17ccad0c660b353e18fc6e048266ceb106040d2f4cca62dfd
+SHA512 (lgogdownloader-3.16.tar.gz) = b56f13d5846f02ac1a676507a3dfcea2f9b9c079f77067891af565280f3d63b7db0a1d1ae4d36b96a00ada8c223c53e1944cd8d42e2c4ef00ce4d566d0439c5e
+Size (lgogdownloader-3.16.tar.gz) = 106797 bytes



Home | Main Index | Thread Index | Old Index