summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-06-30 08:03:45 -0600
committerMark Wagie2020-06-30 08:03:45 -0600
commit6ac25f747e6348d4e32c4222ac23e92e30f25c63 (patch)
treea2d90aed75ee6a4f7df01ad365d3364637c396e3
parent040d3e8f9e3bb29d027232ce356f5a3b114e08c8 (diff)
downloadaur-6ac25f747e6348d4e32c4222ac23e92e30f25c63.tar.gz
updated to 4.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4166c8657b5e..5b294969dda0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cheat
pkgdesc = Allows you to create and view interactive cheatsheets on the command-line
- pkgver = 4.0.0
+ pkgver = 4.0.1
pkgrel = 1
url = https://github.com/cheat/cheat
arch = any
@@ -15,11 +15,11 @@ pkgbase = cheat
conflicts = cheat-bash-git
replaces = python-cheat
backup = etc/cheat/conf.yml
- source = cheat-4.0.0.tar.gz::https://github.com/cheat/cheat/archive/4.0.0.tar.gz
+ source = cheat-4.0.1.tar.gz::https://github.com/cheat/cheat/archive/4.0.1.tar.gz
source = conf.yml
source = git+https://github.com/cheat/cheatsheets.git
source = https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt
- sha256sums = 19145c93739b7fd93588bf432b8a17b703e6d97e159954e476e9d5f9a99dca1a
+ sha256sums = 98242fa3efd4b5fd57d6ad7e69a2570e7defacb580e30ae274deec3e1939f494
sha256sums = efffbe20041efc3d49ffe596ab5abe60a10adf70219c2ddecdf1caf350972212
sha256sums = SKIP
sha256sums = a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499
diff --git a/PKGBUILD b/PKGBUILD
index 5b0f270c8af4..904bc12f9edc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Joost Bremmer <contact at madeofmagicandwires dot online>
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('any')
@@ -18,7 +18,7 @@ source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
'conf.yml'
"git+https://github.com/cheat/cheatsheets.git"
"https://raw.githubusercontent.com/$pkgname/cheatsheets/master/.github/LICENSE.txt")
-sha256sums=('19145c93739b7fd93588bf432b8a17b703e6d97e159954e476e9d5f9a99dca1a'
+sha256sums=('98242fa3efd4b5fd57d6ad7e69a2570e7defacb580e30ae274deec3e1939f494'
'efffbe20041efc3d49ffe596ab5abe60a10adf70219c2ddecdf1caf350972212'
'SKIP'
'a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499')