summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Moore2018-05-03 07:20:40 +1000
committerWesley Moore2018-05-03 07:20:40 +1000
commitfa416e3d44a2602ce675ad09d9c410e9186efe34 (patch)
tree2bc2780cec991dc7af5b4d6071dbf779ab226904
parent98e418e38070077879116003280cef790ba748ea (diff)
downloadaur-fa416e3d44a2602ce675ad09d9c410e9186efe34.tar.gz
bat v0.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65fdb6e6722c..55c373e7569e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bat
pkgdesc = A cat(1) clone with syntax highlighting and Git integration
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/sharkdp/bat
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = bat
depends = libssh2
depends = oniguruma
conflicts = bacula-bat
- source = bat-0.2.1.tar.gz::https://github.com/sharkdp/bat/archive/v0.2.1.tar.gz
- sha512sums = acf19eb6062dbb4fc52c15e87864823081c929077b00a38b0f27558f310c53f9890f3f0d502a77601bd010fe66d651f42993a8a68351ab1bf222b0e8b1943e7f
+ source = bat-0.2.2.tar.gz::https://github.com/sharkdp/bat/archive/v0.2.2.tar.gz
+ sha512sums = 3a3e586f311fabfbc160999fc2bb2ab9e1ea0e5622b284325c4bc16e4c34cf7d0e51ae5cd3f5e6314dcaa2b983f541dfce7f0646d58a201a4bcf23a91af183c3
pkgname = bat
diff --git a/PKGBUILD b/PKGBUILD
index 13d8674c0e9d..2086372714c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=bat
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc='A cat(1) clone with syntax highlighting and Git integration'
arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('rust' 'cmake')
depends=('curl' 'libssh2' 'oniguruma')
conflicts=('bacula-bat')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('acf19eb6062dbb4fc52c15e87864823081c929077b00a38b0f27558f310c53f9890f3f0d502a77601bd010fe66d651f42993a8a68351ab1bf222b0e8b1943e7f')
+sha512sums=('3a3e586f311fabfbc160999fc2bb2ab9e1ea0e5622b284325c4bc16e4c34cf7d0e51ae5cd3f5e6314dcaa2b983f541dfce7f0646d58a201a4bcf23a91af183c3')
build() {
cd $pkgname-$pkgver