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: 8c8ee000ce6bcf80a913b0b691a9c32fa46bdbac

Message: updated to version 0.18.3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 434e84b..09a73e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+generated-by = makedeb-makepkg
+
 pkgbase = bat-cat-bin
 	pkgdesc = A cat1 clone with wings
-	pkgver = 0.18.2
+	pkgver = 0.18.3
 	pkgrel = 1
 	url = https://github.com/sharkdp/bat
 	arch = x86_64
@@ -12,13 +14,13 @@ pkgbase = bat-cat-bin
 	provides = bat
 	conflicts = bat
 	replaces = bat
-	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.2/bat_0.18.2_i686.deb
-	sha256sums_i686 = SKIP
-	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.2/bat_0.18.2_arm64.deb
-	sha256sums_aarch64 = SKIP
+	source_x86_64 = https://github.com/sharkdp/bat/releases/download/v0.18.3/bat_0.18.3_amd64.deb
+	sha512sums_x86_64 = 6df65cf8b7a46c98919843bfb8b609cb1f8ba2fa15b61c7ae5e95b6b4c9ccfa66eb63d9f25e38f97a7e099f514e2595e0f5eaadbbefe441bc939ed3b559e0ac1
+	source_i686 = https://github.com/sharkdp/bat/releases/download/v0.18.3/bat_0.18.3_i686.deb
+	sha512sums_i686 = cfa7b1b8830c8ad3884f15298992285b7cec199beab8efbb9acab164496c8e1de6f628b43f9ee2c6abe24c4ce2be15e987707ffa619c17cf3e3f2aaf8facdc00
+	source_arm = https://github.com/sharkdp/bat/releases/download/v0.18.3/bat_0.18.3_armhf.deb
+	sha512sums_arm = 9900b4883a3f0c158437eff580bcd490396592b349646c51b4740be68c705ecaae9924120f5c7d3afffa39e19c2f0aec71a96d5868684f3dff75b510f7da4d68
+	source_aarch64 = https://github.com/sharkdp/bat/releases/download/v0.18.3/bat_0.18.3_arm64.deb
+	sha512sums_aarch64 = 2608af3ce09f93e4ec50caa4020ed2f416ce26c83e0bc9b382ee345601e23c1b06596a47edc551d0013896814337efc0c2705b740cbc932027b3fe06f415caa9
 
 pkgname = bat-cat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4de20ba..3b21e2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname="bat-cat-bin"
-pkgver=0.18.2
+pkgver=0.18.3
 pkgrel=1
 arch=('x86_64' 'i686' 'arm' 'aarch64')
 pkgdesc="A cat1 clone with wings"
@@ -16,13 +16,13 @@ source_aarch64=("https://github.com/sharkdp/bat/releases/download/v${pkgver}/bat
 source_arm=("https://github.com/sharkdp/bat/releases/download/v${pkgver}/bat_${pkgver}_armhf.deb")
 source_i686=("https://github.com/sharkdp/bat/releases/download/v${pkgver}/bat_${pkgver}_i686.deb")
 
-sha256sums_x86_64=("SKIP")
-sha256sums_aarch64=("SKIP")
-sha256sums_arm=("SKIP")
-sha256sums_i686=("SKIP")
+sha512sums_x86_64=("6df65cf8b7a46c98919843bfb8b609cb1f8ba2fa15b61c7ae5e95b6b4c9ccfa66eb63d9f25e38f97a7e099f514e2595e0f5eaadbbefe441bc939ed3b559e0ac1")
+sha512sums_aarch64=("2608af3ce09f93e4ec50caa4020ed2f416ce26c83e0bc9b382ee345601e23c1b06596a47edc551d0013896814337efc0c2705b740cbc932027b3fe06f415caa9")
+sha512sums_arm=("9900b4883a3f0c158437eff580bcd490396592b349646c51b4740be68c705ecaae9924120f5c7d3afffa39e19c2f0aec71a96d5868684f3dff75b510f7da4d68")
+sha512sums_i686=("cfa7b1b8830c8ad3884f15298992285b7cec199beab8efbb9acab164496c8e1de6f628b43f9ee2c6abe24c4ce2be15e987707ffa619c17cf3e3f2aaf8facdc00")
 
 #source=("https://github.com/sharkdp/bat/releases/download/v${pkgver}/bat_${pkgver}_amd64.deb")
-#sha256sums=('SKIP')
+#sha512sums=('SKIP')
 package() {
       #Extract data.tar.xz to pkgdir
          msg2 "Extracting data.tar.gz..."