summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-12-15 18:09:03 -0700
committerMark Wagie2023-12-15 18:09:03 -0700
commitff60364f1ab6acf9074ef079aefaa414a7607719 (patch)
tree6b967b0f1d24e6cd4c20db91de5fb72ab9bdb6ef
parent4f170119b4c270d0ca02992f64f4b021df5cd5a6 (diff)
downloadaur-ff60364f1ab6acf9074ef079aefaa414a7607719.tar.gz
4.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e41c29a384da..0a1715ab7d42 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.4.1
+ pkgver = 4.4.2
pkgrel = 1
url = https://github.com/cheat/cheat
arch = x86_64
@@ -17,10 +17,10 @@ pkgbase = cheat
conflicts = python-cheat
replaces = python-cheat
backup = etc/cheat/conf.yml
- source = cheat-4.4.1.tar.gz::https://github.com/cheat/cheat/archive/refs/tags/4.4.1.tar.gz
+ source = cheat-4.4.2.tar.gz::https://github.com/cheat/cheat/archive/refs/tags/4.4.2.tar.gz
source = conf.yml
source = git+https://github.com/cheat/cheatsheets.git#commit=36bdb99dcfadde210503d8c2dcf94b34ee950e1d
- sha256sums = cca7f3d631de38ef1b4f36a5dc76d52d091611d38074ff2522a1a8b36f34a182
+ sha256sums = 6968ffdebb7c2a8390dea45f97884af3c623cda6c2d36c4c04443ed2454da431
sha256sums = 7eddb96f22a29b0d4dc1d953cdb047342495230ea3c0cb16f78a1d888e79fa8e
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 64cd97b8346b..2c000f407690 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.4.1
+pkgver=4.4.2
pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -17,7 +17,7 @@ _commit=36bdb99dcfadde210503d8c2dcf94b34ee950e1d
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
'conf.yml'
"git+https://github.com/cheat/cheatsheets.git#commit=$_commit")
-sha256sums=('cca7f3d631de38ef1b4f36a5dc76d52d091611d38074ff2522a1a8b36f34a182'
+sha256sums=('6968ffdebb7c2a8390dea45f97884af3c623cda6c2d36c4c04443ed2454da431'
'7eddb96f22a29b0d4dc1d953cdb047342495230ea3c0cb16f78a1d888e79fa8e'
'SKIP')