summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIain Earl2021-04-12 09:10:34 +0100
committerIain Earl2021-04-12 09:10:34 +0100
commit2480b483b901e717221c2306a928aab5f71fe7a8 (patch)
tree889235127a924a56388038e0351f5996e44220cf /PKGBUILD
parenta9b58338e74b781c2e0f86434e267520d4559fb7 (diff)
downloadaur-2480b483b901e717221c2306a928aab5f71fe7a8.tar.gz
Update to 2.15.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78995f770933..b6f9559bc7c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='navi-bin'
pkgdesc='An interactive cheatsheet tool for the command-line'
-pkgver='2.14.0'
+pkgver='2.15.1'
pkgrel='1'
arch=('x86_64')
url='https://github.com/denisidoro/navi'
@@ -15,7 +15,7 @@ checkdepends=()
provides=('navi')
conflicts=('navi')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/denisidoro/navi/releases/download/v${pkgver}/navi-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
-sha256sums=('8d768c7a5e3d92a793b7b5bf79bd0cd149a3e028f4551a2a14c4623f7bb10ae2')
+sha256sums=('22118228d4a72afd98935e001455bdcd85534ac8581b3494956675c6369680a6')
package() {
install -Dm755 "navi" "$pkgdir/usr/bin/navi"