makedeb


bat-cat-bin 0.22.1-1


A cat1 clone with wings

Click here to go back to the commit logs for bat-cat-bin.

Commit:


Hash: 9af05ee3d317f01e5e725ffdd45ece7589610329

Message: new version change

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 22f6dd3..434e84b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = bat-cat-bin
 	pkgdesc = A cat1 clone with wings
-	pkgver = 0.18.1
+	pkgver = 0.18.2
 	pkgrel = 1
 	url = https://github.com/sharkdp/bat
 	arch = x86_64
@@ -8,16 +8,17 @@ pkgbase = bat-cat-bin
 	arch = arm
 	arch = aarch64
 	license = Apache-2.0
+	makedepends = cargo
 	provides = bat
 	conflicts = bat
 	replaces = bat
-	source_x86_64 = https://github.com/sharkdp/bat/releases/download/v0.18.1/bat_0.18.1_amd64.deb
+	source_x86_64 = https://github.com/sharkdp/bat/releases/download/v0.18.2/bat_0.18.2_amd64.deb
 	sha256sums_x86_64 = SKIP
-	source_i686 = https://github.com/sharkdp/bat/releases/download/v0.18.1/bat_0.18.1_i686.deb
+	source_i686 = https://github.com/sharkdp/bat/releases/download/v0.18.2/bat_0.18.2_i686.deb
 	sha256sums_i686 = SKIP
-	source_arm = https://github.com/sharkdp/bat/releases/download/v0.18.1/bat_0.18.1_armhf.deb
+	source_arm = https://github.com/sharkdp/bat/releases/download/v0.18.2/bat_0.18.2_armhf.deb
 	sha256sums_arm = SKIP
-	source_aarch64 = https://github.com/sharkdp/bat/releases/download/v0.18.1/bat_0.18.1_arm64.deb
+	source_aarch64 = https://github.com/sharkdp/bat/releases/download/v0.18.2/bat_0.18.2_arm64.deb
 	sha256sums_aarch64 = SKIP
 
 pkgname = bat-cat-bin
diff --git a/PKGBUILD b/PKGBUILD
index dd60805..4de20ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname="bat-cat-bin"
-pkgver=0.18.1
+pkgver=0.18.2
 pkgrel=1
 arch=('x86_64' 'i686' 'arm' 'aarch64')
 pkgdesc="A cat1 clone with wings"