lazygit: update to 0.25.1.
This commit is contained in:
parent
5f53745164
commit
46f75a4342
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'lazygit'
|
# Template file for 'lazygit'
|
||||||
pkgname=lazygit
|
pkgname=lazygit
|
||||||
version=0.24.2
|
version=0.25.1
|
||||||
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"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
depends="git"
|
depends="git"
|
||||||
short_desc="Simple terminal UI for git commands"
|
short_desc="Simple terminal UI for git commands"
|
||||||
|
@ -11,7 +12,7 @@ maintainer="Nathan Owens <ndowens@artixlinux.org>"
|
||||||
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/v${version}.tar.gz"
|
||||||
checksum=95f629d57b459a3414af0582c20835edc970ec83a2c791cff97e5b8aac3b7025
|
checksum=4de157c0997a12d9161bc0c10cb65053349325f2da9005bd271361a2bee8074b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue