From 7727b8a9bc58c4d56cd1040d2f3574d43d5f59b8 Mon Sep 17 00:00:00 2001 From: TC Date: Wed, 24 Feb 2021 19:21:12 +0100 Subject: [PATCH] lazygit: update to 0.25.1. --- srcpkgs/lazygit/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template index fe368000d02..4bda24e4a08 100644 --- a/srcpkgs/lazygit/template +++ b/srcpkgs/lazygit/template @@ -1,9 +1,10 @@ # Template file for 'lazygit' pkgname=lazygit -version=0.24.2 +version=0.25.1 revision=1 build_style=go go_import_path=github.com/jesseduffield/lazygit +go_ldflags="-X main.version=${version} -X main.buildSource=voidlinux" hostmakedepends="git" depends="git" short_desc="Simple terminal UI for git commands" @@ -11,7 +12,7 @@ maintainer="Nathan Owens " license="MIT" homepage="https://github.com/jesseduffield/lazygit" distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz" -checksum=95f629d57b459a3414af0582c20835edc970ec83a2c791cff97e5b8aac3b7025 +checksum=4de157c0997a12d9161bc0c10cb65053349325f2da9005bd271361a2bee8074b post_install() { vlicense LICENSE