Date: Friday, March 4, 2022 @ 08:52:55 Author: arodseth Revision: 1141598
upgpkg: bat 0.20.0-1 Modified: bat/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-04 08:51:41 UTC (rev 1141597) +++ PKGBUILD 2022-03-04 08:52:55 UTC (rev 1141598) @@ -2,8 +2,8 @@ # Contributor: Wesley Moore <[email protected]> pkgname=bat -pkgver=0.19.0 -pkgrel=2 +pkgver=0.20.0 +pkgrel=1 pkgdesc='Cat clone with syntax highlighting and git integration' arch=(x86_64) url='https://github.com/sharkdp/bat' @@ -10,7 +10,7 @@ license=(APACHE MIT) depends=(gcc-libs libgit2 oniguruma) makedepends=(clang cmake git rust) -source=("git+$url#commit=59a8f58be780ba9ba04eb4791b6bf5ca14e99e99") # tag: v0.19.0 +source=("git+$url#commit=0655ecf23d778f1455e2d79f37a805a7bcca98d2") # tag: v0.20.0 b2sums=('SKIP') prepare() {
