mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
gitui: update to 0.27.0.
This commit is contained in:
parent
037f4d89d7
commit
330850627e
1 changed files with 7 additions and 7 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'gitui'
|
||||
pkgname=gitui
|
||||
version=0.26.3
|
||||
version=0.27.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
configure_args="--no-default-features --features ghemoji,regex-onig"
|
||||
hostmakedepends="git pkg-config"
|
||||
makedepends="libgit2-devel oniguruma-devel openssl-devel"
|
||||
hostmakedepends="git pkg-config cmake"
|
||||
makedepends="libgit2-1.9-devel 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://raw.githubusercontent.com/extrawurst/gitui/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=8075e180f3b01ff0c290b690488a7628c44b4de12346e04a77d823914a48918b
|
||||
homepage="https://github.com/gitui-org/gitui"
|
||||
changelog="https://raw.githubusercontent.com/gitui-org/gitui/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/gitui-org/gitui/archive/v${version}.tar.gz"
|
||||
checksum=55a85f4a3ce97712b618575aa80f3c15ea4004d554e8899669910d7fb4ff6e4b
|
||||
|
||||
export GITUI_RELEASE=1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue