From 6cbc88878606b282995307aae4d80502bb820e4c Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Wed, 23 Sep 2020 14:15:48 -0700 Subject: [PATCH] [snap] update snapcraft.yaml --- snapcraft.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index af2a5597..68e23798 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,11 +1,11 @@ name: lnav -version: '0.8.5' -summary: Log file navigator +version: '0.9.0' +summary: Log File Navigator description: | - The log file navigator, lnav, is an enhanced log file viewer - that takes advantage of any semantic information - that can be gleaned from the files being viewed. + The Log File Navigator, **lnav** for short, is an advanced log file viewer + for the small-scale. +base: core18 grade: stable confinement: strict @@ -21,7 +21,7 @@ parts: lnav: plugin: autotools source: https://github.com/tstack/lnav.git - source-tag: v0.8.5 + source-tag: v0.9.0 build-packages: - build-essential - libpcre3-dev @@ -31,8 +31,10 @@ parts: - zlib1g-dev - libbz2-dev - libgpm-dev + - libcurl-dev stage-packages: - zlib1g - libncursesw5 - libpcre3 - libgpm2 + - libcurl3-gnutls