lazygit: update to 0.44.0.
This commit is contained in:
parent
ccd1459f00
commit
f8bc255558
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'lazygit'
|
# Template file for 'lazygit'
|
||||||
pkgname=lazygit
|
pkgname=lazygit
|
||||||
version=0.43.1
|
version=0.44.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/jesseduffield/lazygit
|
go_import_path=github.com/jesseduffield/lazygit
|
||||||
go_ldflags="-X main.version=${version} -X main.buildSource=voidlinux"
|
go_ldflags="-X main.version=${version} -X main.buildSource=voidlinux"
|
||||||
|
make_check_args="-skip=TestIntegration"
|
||||||
depends="git"
|
depends="git"
|
||||||
short_desc="Simple terminal UI for git commands"
|
short_desc="Simple terminal UI for git commands"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
|
@ -12,7 +13,8 @@ license="MIT"
|
||||||
homepage="https://github.com/jesseduffield/lazygit"
|
homepage="https://github.com/jesseduffield/lazygit"
|
||||||
changelog="https://github.com/jesseduffield/lazygit/releases"
|
changelog="https://github.com/jesseduffield/lazygit/releases"
|
||||||
distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz"
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue