mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
gitui: update to 0.25.2
This commit is contained in:
parent
cc6679dd74
commit
3dfe8c0e49
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'gitui'
|
||||
pkgname=gitui
|
||||
version=0.25.1
|
||||
version=0.25.2
|
||||
revision=1
|
||||
build_style=cargo
|
||||
configure_args="--no-default-features --features ghemoji,regex-onig,trace-libgit,vendor-openssl"
|
||||
configure_args="--no-default-features --features ghemoji,regex-onig"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libgit2-devel oniguruma-devel"
|
||||
makedepends="oniguruma-devel openssl-devel"
|
||||
short_desc="Blazing fast terminal-ui for git"
|
||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/extrawurst/gitui"
|
||||
changelog="https://github.com/extrawurst/gitui/raw/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=78d31ba66de1521477aef1642c798a385106ff4858f59e79775ba08a694d0ae4
|
||||
checksum=5a67d526e22533952a747cb34eb2430a1340dd3139f60a785f579bba4a6aa5ed
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
|
|
Loading…
Add table
Reference in a new issue