mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 00:57:01 +02:00
bat: update to 0.25.0
This commit is contained in:
parent
06f2614c89
commit
172922be15
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'bat'
|
||||
pkgname=bat
|
||||
version=0.24.0
|
||||
revision=2
|
||||
version=0.25.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libgit2-devel oniguruma-devel"
|
||||
makedepends="libgit2-1.8-devel oniguruma-devel"
|
||||
short_desc="Cat(1) clone with syntax highlighting and Git integration"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="Apache-2.0, MIT"
|
||||
license="Apache-2.0 OR MIT"
|
||||
homepage="https://github.com/sharkdp/bat"
|
||||
changelog="https://raw.githubusercontent.com/sharkdp/bat/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/sharkdp/bat/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=907554a9eff239f256ee8fe05a922aad84febe4fe10a499def72a4557e9eedfb
|
||||
checksum=4433403785ebb61d1e5d4940a8196d020019ce11a6f7d4553ea1d324331d8924
|
||||
|
||||
export BAT_ASSETS_GEN_DIR="${XBPS_BUILDDIR}/${pkgname}-${version}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue