summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Earl2020-03-24 19:44:58 +0000
committerIain Earl2020-03-24 19:44:58 +0000
commit0bca9305a64e7c3d877a351906ec8abf11ad9ebf (patch)
tree3d54e42fc56e8259419d9f13cd2bbe70e49f9022
parent6d3436231b67b86a61e726c64afe94cd986aae9b (diff)
downloadaur-0bca9305a64e7c3d877a351906ec8abf11ad9ebf.tar.gz
Update to 2.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f69f491596c..06d3586fc5ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = navi-bin
pkgdesc = An interactive cheatsheet tool for the command-line
- pkgver = 2.3.1
- pkgrel = 2
+ pkgver = 2.4.1
+ pkgrel = 1
url = https://github.com/denisidoro/navi
arch = x86_64
license = Apache 2.0
depends = fzf
provides = navi
conflicts = navi
- source = navi-bin-v2.3.1.tar.gz::https://github.com/denisidoro/navi/releases/download/v2.3.1/navi-v2.3.1-x86_64-unknown-linux-musl.tar.gz
- sha256sums = 5f1c99c0c380bc9e00ba68e78c68e72a98897160caa273fdd9252a99c9e84540
+ source = navi-bin-v2.4.1.tar.gz::https://github.com/denisidoro/navi/releases/download/v2.4.1/navi-v2.4.1-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = d8a24c4de5bb42f8755ee6eb774667507560819c38a1bf01f5cdcec1852186b7
pkgname = navi-bin
diff --git a/PKGBUILD b/PKGBUILD
index 61edc6acc4e2..8995cdf5cd82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname='navi-bin'
pkgdesc='An interactive cheatsheet tool for the command-line'
-pkgver='2.3.1'
-pkgrel='2'
+pkgver='2.4.1'
+pkgrel='1'
arch=('x86_64')
url='https://github.com/denisidoro/navi'
license=('Apache 2.0')
@@ -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=('5f1c99c0c380bc9e00ba68e78c68e72a98897160caa273fdd9252a99c9e84540')
+sha256sums=('d8a24c4de5bb42f8755ee6eb774667507560819c38a1bf01f5cdcec1852186b7')
package() {
install -Dm755 "navi" "$pkgdir/usr/bin/navi"