summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-09-04 00:10:26 -0700
committerJohnathan Jenkins2017-09-04 00:10:26 -0700
commitbd4ed5ebe8972ea032e2f20419caa9da7dd892ba (patch)
treea725977c4502625636848ed00476eb917165347c
parent826ddf8b37983082c7f1126f260a9bcccc751661 (diff)
downloadaur-bd4ed5ebe8972ea032e2f20419caa9da7dd892ba.tar.gz
1.4 release
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 796907fec5c1..b17dddc9a92c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 26 06:07:41 UTC 2017
+# Mon Sep 4 07:10:15 UTC 2017
pkgbase = nnn
pkgdesc = Free, fast, friendly file browser
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/jarun/nnn
arch = i686
@@ -10,8 +10,8 @@ pkgbase = nnn
license = CUSTOM
depends = ncurses
depends = readline
- source = https://github.com/jarun/nnn/archive/v1.3.tar.gz
- md5sums = ee8830d3259c1270e3dfd11f3853fd91
+ source = https://github.com/jarun/nnn/archive/v1.4.tar.gz
+ md5sums = c42160e9f87cfa3838553d1dcb39c978
pkgname = nnn
diff --git a/PKGBUILD b/PKGBUILD
index 94c5dcdf831b..5ccf4be48d8a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=nnn
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="Free, fast, friendly file browser"
arch=("i686" "x86_64")
@@ -9,7 +9,7 @@ depends=("ncurses" "readline")
url="https://github.com/jarun/nnn"
license=('CUSTOM')
source=("https://github.com/jarun/nnn/archive/v${pkgver//_/-}.tar.gz")
-md5sums=('ee8830d3259c1270e3dfd11f3853fd91')
+md5sums=('c42160e9f87cfa3838553d1dcb39c978')
package() {