mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gitui: update to 0.20.1.
This commit is contained in:
parent
678c68c373
commit
f0db437278
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gitui'
|
# Template file for 'gitui'
|
||||||
pkgname=gitui
|
pkgname=gitui
|
||||||
version=0.19.0
|
version=0.20.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
|
@ -11,7 +11,11 @@ license="MIT"
|
||||||
homepage="https://github.com/extrawurst/gitui"
|
homepage="https://github.com/extrawurst/gitui"
|
||||||
changelog="https://github.com/extrawurst/gitui/blob/master/CHANGELOG.md"
|
changelog="https://github.com/extrawurst/gitui/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=bcbffb592a5ae49658c79ac7b0daefe4bac3d2b988fdbaf0e868b8c308962f0d
|
checksum=eccec120dfd4c5c33a74d331a53f3d0c6cb7200e26b0c4c7873278eb951bc379
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
cargo update --package autocfg --precise 1.1.0
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue