lazygit: update to 0.44.0.
This commit is contained in:
parent
ccd1459f00
commit
f8bc255558
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'lazygit'
|
||||
pkgname=lazygit
|
||||
version=0.43.1
|
||||
revision=2
|
||||
version=0.44.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/jesseduffield/lazygit
|
||||
go_ldflags="-X main.version=${version} -X main.buildSource=voidlinux"
|
||||
make_check_args="-skip=TestIntegration"
|
||||
depends="git"
|
||||
short_desc="Simple terminal UI for git commands"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
|
@ -12,7 +13,8 @@ license="MIT"
|
|||
homepage="https://github.com/jesseduffield/lazygit"
|
||||
changelog="https://github.com/jesseduffield/lazygit/releases"
|
||||
distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=a9dad9e5bc9edb1111b3331d1ccb25f97f2593f51b1557a36c1765df08cb3006
|
||||
checksum=6cf617510127892f3ede2aea767ce725197902418ef7087c1cf0e91f06d00a16
|
||||
make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue