pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/lazygit



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Sep 25 06:54:48 UTC 2025

Modified Files:
        pkgsrc/devel/lazygit: Makefile distinfo

Log Message:
devel/lazygit: update to 0.55.1

This hotfix release fixes two bugs that have crept in in v0.55.0: one is a regression that broke displaying the enter key in the keybindings menu,
the other is a problem with a newly added feature that didn't work quite correctly. See below for details.

What's Changed
Fixes 🔧

    Don't hide keybindings that match the confirmMenu key in the keybindings menu by @stefanhaller in #4880
    Fix staging when using the new useExternalDiffGitConfig config by @stefanhaller in #4895


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/lazygit/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/lazygit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/lazygit/Makefile
diff -u pkgsrc/devel/lazygit/Makefile:1.56 pkgsrc/devel/lazygit/Makefile:1.57
--- pkgsrc/devel/lazygit/Makefile:1.56  Mon Sep  8 12:54:06 2025
+++ pkgsrc/devel/lazygit/Makefile       Thu Sep 25 06:54:48 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2025/09/08 12:54:06 pin Exp $
+# $NetBSD: Makefile,v 1.57 2025/09/25 06:54:48 pin Exp $
 
-DISTNAME=              lazygit-0.55.0
+DISTNAME=              lazygit-0.55.1
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=jesseduffield/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}

Index: pkgsrc/devel/lazygit/distinfo
diff -u pkgsrc/devel/lazygit/distinfo:1.13 pkgsrc/devel/lazygit/distinfo:1.14
--- pkgsrc/devel/lazygit/distinfo:1.13  Mon Sep  8 12:54:06 2025
+++ pkgsrc/devel/lazygit/distinfo       Thu Sep 25 06:54:48 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2025/09/08 12:54:06 pin Exp $
+$NetBSD: distinfo,v 1.14 2025/09/25 06:54:48 pin Exp $
 
 BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43
 SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
@@ -1998,9 +1998,9 @@ Size (honnef.co_go_tools_@v_v0.0.1-2020.
 BLAKE2s (honnef.co_go_tools_@v_v0.0.1-2020.1.4.mod) = 5910300fed26fe3a7d3d75555521429fe0c14f72daf11aac2e489f8ab8e2fd8b
 SHA512 (honnef.co_go_tools_@v_v0.0.1-2020.1.4.mod) = d814675e448688f6a506397bedb262fb2583c913ec1f8ca9ffc11206bdcd7e1f4ee3c561aee366eb2cdaede8c522a6f58f116236f3033bc7e91ec139bdd140f9
 Size (honnef.co_go_tools_@v_v0.0.1-2020.1.4.mod) = 300 bytes
-BLAKE2s (lazygit-0.55.0.tar.gz) = d0fd3f16ff606d83366c838af5c8a29cfc75939f0faa97ab4df54b3e2b8f3355
-SHA512 (lazygit-0.55.0.tar.gz) = 471f97e4f27591459809a06ad5163bbfcd25f9a648f4ddcd167c09f0e68aff503b700cc08a49c44a506e26b67e43b3c383d2d2a7337c88774d7230dda005bf54
-Size (lazygit-0.55.0.tar.gz) = 5366970 bytes
+BLAKE2s (lazygit-0.55.1.tar.gz) = 7c770d7c7357d723ba20368f90a575a5ebd316a8372ac1a49e7af0f708ebe084
+SHA512 (lazygit-0.55.1.tar.gz) = 2595e917abb7510bfb9840a7d88864710f18005ab4d7bae13be9054633eff73a0b2726f0b152e8481262086e759ca1ec1bea62e4051e700c760564c4e7eae088
+Size (lazygit-0.55.1.tar.gz) = 5366730 bytes
 BLAKE2s (rsc.io_binaryregexp_@v_v0.2.0.mod) = 351240374eb48b99bb43b8b52aa8467662e22b18ebf216f4c123858fe706c2f8
 SHA512 (rsc.io_binaryregexp_@v_v0.2.0.mod) = db50ff677b0bdccbc1a1ad3df7c5cc76f2fcccf3ab99d08d1c2868440eb9b893fe89452f4286f7d42f2f16abf0f4acda67fe86e174dcfa730a743aafcc166774
 Size (rsc.io_binaryregexp_@v_v0.2.0.mod) = 36 bytes



Home | Main Index | Thread Index | Old Index