summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fe207a8fed4..6f17e5569d58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='navi-bin'
pkgdesc='An interactive cheatsheet tool for the command-line'
-pkgver='2.1.0'
+pkgver='2.1.1'
pkgrel='1'
arch=('x86_64')
url='https://github.com/denisidoro/navi'
@@ -14,7 +14,7 @@ checkdepends=()
provides=('navi')
conflicts=('navi')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/denisidoro/navi/releases/download/v${pkgver}/navi-x86_64-unknown-linux-musl.tar.gz")
-sha256sums=('e36175a9b2d3cff0c6490a6e4eca4cf3f8f21b94965526f00066500aefcddc3b')
+sha256sums=('1f14a55fdef7a43e51592b6746a263bfc6fd5379162569a34f6c8fdb9c97b7a0')
package() {
install -Dm755 "navi" "$pkgdir/usr/bin/navi"