summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIain Earl2020-06-05 14:10:46 +0100
committerIain Earl2020-06-05 14:10:46 +0100
commit34d4211598605fc2cce124336a6e897440b856af (patch)
tree9c4863a8b4759794361cf1db9cdd0ebfbc3e9b85 /PKGBUILD
parentefccd340da9cef5e1fb605f9bd1299098143ffab (diff)
downloadaur-34d4211598605fc2cce124336a6e897440b856af.tar.gz
Update to 2.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e8044c1e96f..85ba96a98607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='navi'
pkgdesc='An interactive cheatsheet tool for the command-line'
-pkgver='2.6.1'
+pkgver='2.7.0'
pkgrel='1'
arch=('x86_64')
url='https://github.com/denisidoro/navi'
@@ -14,7 +14,7 @@ makedepends=('rust' 'gcc')
checkdepends=('rust' 'git')
provides=('navi')
source=("$pkgname-$pkgver.tar.gz::https://github.com/denisidoro/navi/archive/v${pkgver}.tar.gz")
-sha256sums=('2d25a5bf62c65418861fc6857e60815d271fcf4f1b5a73170c8761a258c695cc')
+sha256sums=('47a6aa786702eb5387e9bc77790749d77240835293982cffc9ba3a329a359c13')
build() {
cd "$pkgname-$pkgver"