lazygit: update to 0.37.0.

Adopt.
This commit is contained in:
icp 2023-02-01 21:13:52 +05:30 committed by Michal Vasilek
parent 511524b915
commit 5a249a7978

View file

@ -1,17 +1,17 @@
# Template file for 'lazygit' # Template file for 'lazygit'
pkgname=lazygit pkgname=lazygit
version=0.36.0 version=0.37.0
revision=1 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"
depends="git" depends="git"
short_desc="Simple terminal UI for git commands" short_desc="Simple terminal UI for git commands"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="icp <pangolin@vivaldi.net>"
license="MIT" license="MIT"
homepage="https://github.com/jesseduffield/lazygit" homepage="https://github.com/jesseduffield/lazygit"
distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz" distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz"
checksum=0b8630b09e28dc478fb2545c6fbe52e679b9a2e5dbe569982c9649655ab969c3 checksum=8545f3cffe110de80c88859cd11b42eaccb71f4c239c5bc2bff841f623438296
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE