bat: update to 0.25.0

This commit is contained in:
tranzystorekk 2025-01-07 20:50:00 +01:00 committed by John Zimmermann
parent 06f2614c89
commit 172922be15

View file

@ -1,17 +1,17 @@
# Template file for 'bat' # Template file for 'bat'
pkgname=bat pkgname=bat
version=0.24.0 version=0.25.0
revision=2 revision=1
build_style=cargo build_style=cargo
hostmakedepends="pkg-config" 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" short_desc="Cat(1) clone with syntax highlighting and Git integration"
maintainer="John <me@johnnynator.dev>" maintainer="John <me@johnnynator.dev>"
license="Apache-2.0, MIT" license="Apache-2.0 OR MIT"
homepage="https://github.com/sharkdp/bat" homepage="https://github.com/sharkdp/bat"
changelog="https://raw.githubusercontent.com/sharkdp/bat/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/sharkdp/bat/master/CHANGELOG.md"
distfiles="https://github.com/sharkdp/bat/archive/refs/tags/v${version}.tar.gz" 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}" export BAT_ASSETS_GEN_DIR="${XBPS_BUILDDIR}/${pkgname}-${version}"