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

Alexander Rødseth arodseth at archlinux.org
Fri May 14 12:42:44 UTC 2021


    Date: Friday, May 14, 2021 @ 12:42:43
  Author: arodseth
Revision: 933975

upgpkg: bat 0.18.1-1

Modified:
  bat/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-14 12:36:31 UTC (rev 933974)
+++ PKGBUILD	2021-05-14 12:42:43 UTC (rev 933975)
@@ -2,15 +2,15 @@
 # Contributor: Wesley Moore <wes at wezm.net>
 
 pkgname=bat
-pkgver=0.18.0
-pkgrel=2
+pkgver=0.18.1
+pkgrel=1
 pkgdesc='Cat clone with syntax highlighting and git integration'
 arch=(x86_64)
 url='https://github.com/sharkdp/bat'
 license=(APACHE MIT)
 makedepends=(clang cmake git rust)
-source=("git+$url#commit=b8a18d3ebb5b29162c346b74174239ea077f0796") # tag: v0.18.0
-sha256sums=('SKIP')
+source=("git+$url#commit=3aea51455b8acf553f4481996f93d7e219130c2b") # tag: v0.18.1
+b2sums=('SKIP')
 
 build() {
   cargo build \



More information about the arch-commits mailing list