[snap] update snapcraft.yaml

pull/774/head
Timothy Stack 4 years ago
parent b2d5a41762
commit 6cbc888786

@ -1,11 +1,11 @@
name: lnav name: lnav
version: '0.8.5' version: '0.9.0'
summary: Log file navigator summary: Log File Navigator
description: | description: |
The log file navigator, lnav, is an enhanced log file viewer The Log File Navigator, **lnav** for short, is an advanced log file viewer
that takes advantage of any semantic information for the small-scale.
that can be gleaned from the files being viewed.
base: core18
grade: stable grade: stable
confinement: strict confinement: strict
@ -21,7 +21,7 @@ parts:
lnav: lnav:
plugin: autotools plugin: autotools
source: https://github.com/tstack/lnav.git source: https://github.com/tstack/lnav.git
source-tag: v0.8.5 source-tag: v0.9.0
build-packages: build-packages:
- build-essential - build-essential
- libpcre3-dev - libpcre3-dev
@ -31,8 +31,10 @@ parts:
- zlib1g-dev - zlib1g-dev
- libbz2-dev - libbz2-dev
- libgpm-dev - libgpm-dev
- libcurl-dev
stage-packages: stage-packages:
- zlib1g - zlib1g
- libncursesw5 - libncursesw5
- libpcre3 - libpcre3
- libgpm2 - libgpm2
- libcurl3-gnutls

Loading…
Cancel
Save