diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-08-24 01:26:02 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-08-24 01:26:02 +0100 |
commit | 0511d718d1c84fd57c49ab442db6339edf14cac5 (patch) | |
tree | 128ebbce1495cf6dfd92548101320dea7ad89bf8 /system/nano-syntax-highlighting/nano-syntax-highlighting.SlackBuild | |
parent | c925f4f50aa28df28ac259ac84d8d4c47f709449 (diff) | |
download | slackbuilds-0511d718d1c84fd57c49ab442db6339edf14cac5.tar.gz |
system/nano-syntax-highlighting: Updated for version 20180815.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/nano-syntax-highlighting/nano-syntax-highlighting.SlackBuild')
-rw-r--r-- | system/nano-syntax-highlighting/nano-syntax-highlighting.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/nano-syntax-highlighting/nano-syntax-highlighting.SlackBuild b/system/nano-syntax-highlighting/nano-syntax-highlighting.SlackBuild index 9daa8bc60d..571b4cd451 100644 --- a/system/nano-syntax-highlighting/nano-syntax-highlighting.SlackBuild +++ b/system/nano-syntax-highlighting/nano-syntax-highlighting.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=nano-syntax-highlighting -VERSION=${VERSION:-20180715} +VERSION=${VERSION:-20180815} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -35,7 +35,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} SRCNAM=${SRCNAM:-nanorc} -SRCVER=${SRCVER:-52f233749e66d56ad3dfad67d31c00b74caab71b} +SRCVER=${SRCVER:-92ae6f2448e68f3f8bab4bdc7ca40086ba994a79} set -e |