makedeb
A cat(1) clone with wings
Click here to go back to the commit logs for bat.
Hash: a3d8be89d608ee0c1b838759afebeec6c8c3af2d
Message: Bump version to '0.22.1'
diff --git a/.SRCINFO b/.SRCINFO
index 763f362..dbedc83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,14 +3,14 @@ pkgname = bat
pkgbase = bat
pkgdesc = A cat(1) clone with wings
pkgrel = 1
-pkgver = 0.22.0
+pkgver = 0.22.1
url = https://github.com/sharkdp/bat
arch = any
conflicts = bacula-console-qt
license = Apache-2.0
makedepends = rustc>=1.51
makedepends = cargo
-source = bat-0.22.0::git+https://github.com/sharkdp/bat/#tag=v0.22.0
+source = bat-0.22.1::git+https://github.com/sharkdp/bat/#tag=v0.22.1
sha256sums = SKIP
makedepends = rustc>=1.51
makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index b0d7e61..a37009b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=bat
-pkgver=0.22.0
+pkgver=0.22.1
pkgrel=1
pkgdesc='A cat(1) clone with wings'
arch=('any')