summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-11-28 13:57:03 -0700
committerMark Wagie2020-11-28 13:57:03 -0700
commit139761cdfbd0bcb1aa750fbf7993ee4d6ea55f7e (patch)
tree7c299643014b2bc7ce4cf6df28bcc010e52926aa
parent9b47b917a24689b83df2a8933752c77ff8486a4e (diff)
downloadaur-139761cdfbd0bcb1aa750fbf7993ee4d6ea55f7e.tar.gz
4.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81c0ad6de81d..c799841df0f9 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.1.1
+ pkgver = 4.2.0
pkgrel = 1
url = https://github.com/cheat/cheat
arch = i686
@@ -19,11 +19,11 @@ pkgbase = cheat
conflicts = cheat-bash-git
replaces = python-cheat
backup = etc/cheat/conf.yml
- source = cheat-4.1.1.tar.gz::https://github.com/cheat/cheat/archive/4.1.1.tar.gz
+ source = cheat-4.2.0.tar.gz::https://github.com/cheat/cheat/archive/4.2.0.tar.gz
source = conf.yml
source = git+https://github.com/cheat/cheatsheets.git
- source = https://github.com/cheat/cheat/raw/4.1.1/LICENSE.txt
- sha256sums = 76e1d3f720864721f5a74a41825fcac709a2eb9b01d8fdd23d27d3b59ca143a9
+ source = https://github.com/cheat/cheat/raw/4.2.0/LICENSE.txt
+ sha256sums = 23c3c30fe1ad63916718eef534dcef22c0ae607695f74860180304c5cde3ea49
sha256sums = a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5
sha256sums = SKIP
sha256sums = 5eaa85b8023f915629de53c3604015ab5b23bed404afa9e551ab44e0bc46dde3
diff --git a/PKGBUILD b/PKGBUILD
index 108a20e6aa19..d1e3d6cef719 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.1.1
+pkgver=4.2.0
pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -19,7 +19,7 @@ source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
'conf.yml'
'git+https://github.com/cheat/cheatsheets.git'
"https://github.com/cheat/cheat/raw/$pkgver/LICENSE.txt")
-sha256sums=('76e1d3f720864721f5a74a41825fcac709a2eb9b01d8fdd23d27d3b59ca143a9'
+sha256sums=('23c3c30fe1ad63916718eef534dcef22c0ae607695f74860180304c5cde3ea49'
'a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5'
'SKIP'
'5eaa85b8023f915629de53c3604015ab5b23bed404afa9e551ab44e0bc46dde3')