From 4c8f5c4f5b82e3dd7d7f666395d40f8fa4467696 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Tue, 7 Jan 2025 20:50:00 +0100 Subject: [PATCH] bat: update to 0.25.0 --- srcpkgs/bat/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/bat/template b/srcpkgs/bat/template index a7f31c22a57ae5..4e09405d505c7e 100644 --- a/srcpkgs/bat/template +++ b/srcpkgs/bat/template @@ -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 " -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}"