Skip to content

Commit 1249406

Browse files
committed
bat: update to 0.26.0
1 parent 162765e commit 1249406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

srcpkgs/bat/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Template file for 'bat'
22
pkgname=bat
3-
version=0.25.0
3+
version=0.26.0
44
revision=1
55
build_style=cargo
66
hostmakedepends="pkg-config"
7-
makedepends="libgit2-1.8-devel oniguruma-devel"
7+
makedepends="libgit2-1.9-devel oniguruma-devel"
88
short_desc="Cat(1) clone with syntax highlighting and Git integration"
99
maintainer="John <me@johnnynator.dev>"
1010
license="Apache-2.0 OR MIT"
1111
homepage="https://github.com/sharkdp/bat"
1212
changelog="https://raw.githubusercontent.com/sharkdp/bat/master/CHANGELOG.md"
1313
distfiles="https://github.com/sharkdp/bat/archive/refs/tags/v${version}.tar.gz"
14-
checksum=4433403785ebb61d1e5d4940a8196d020019ce11a6f7d4553ea1d324331d8924
14+
checksum=ccf3e2b9374792f88797a28ce82451faeae0136037cb8c8b56ba0a6c1a94fd69
1515

1616
export BAT_ASSETS_GEN_DIR="${XBPS_BUILDDIR}/${pkgname}-${version}"
1717

0 commit comments

Comments
 (0)