[arch-commits] Commit in bat/trunk (PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Wed Jun 8 01:20:17 UTC 2022


    Date: Wednesday, June 8, 2022 @ 01:20:16
  Author: grawlinson
Revision: 1228602

upgpkg: bat 0.21.0-1

New upstream release.

Modified:
  bat/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-07 23:39:01 UTC (rev 1228601)
+++ PKGBUILD	2022-06-08 01:20:16 UTC (rev 1228602)
@@ -2,8 +2,8 @@
 # Contributor: Wesley Moore <wes at wezm.net>
 
 pkgname=bat
-pkgver=0.20.0
-pkgrel=2
+pkgver=0.21.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=0655ecf23d778f1455e2d79f37a805a7bcca98d2") # tag: v0.20.0
+source=("git+$url#commit=405e5f74602d8f680168ef52350150921c696d54") # tag: v0.21.0
 b2sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list