Date: Sunday, March 26, 2023 @ 13:33:28 Author: arodseth Revision: 1429137
upgpkg: bat 0.23.0-1 Modified: bat/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-26 13:24:27 UTC (rev 1429136) +++ PKGBUILD 2023-03-26 13:33:28 UTC (rev 1429137) @@ -2,8 +2,8 @@ # Contributor: Wesley Moore <[email protected]> pkgname=bat -pkgver=0.22.1 -pkgrel=2 +pkgver=0.23.0 +pkgrel=1 pkgdesc='Cat clone with syntax highlighting and git integration' arch=(x86_64) url='https://github.com/sharkdp/bat' @@ -10,8 +10,8 @@ license=(APACHE MIT) depends=(libgit2 oniguruma) makedepends=(clang cmake git rust) -source=("git+$url#commit=e5d95796141a719e208208182a5d3c2090a009c6") # tag: v0.22.1 -b2sums=(SKIP) +source=("git+$url#commit=871abd27aa91264e01539da849add0330b24cb9c") # tag: v0.23.0 +b2sums=('SKIP') prepare() { cargo fetch --locked --manifest-path $pkgname/Cargo.toml
