From 6e50a90345d18c18c17c61483d8d3726713ebd97 Mon Sep 17 00:00:00 2001 From: Stanislav Krupoderov Date: Mon, 4 Nov 2019 20:47:28 +0300 Subject: [PATCH] change zeal version to 0.6.1 change version to 0.6.1 in snapcraft.yaml add snap/.snapcraft to .gitignore Testing done: local docker snapcraft build and manual test on Ubuntu 18.04 docker run -v "$PWD":/build -w /build snapcore/snapcraft:stable snapcraft sudo snap install zeal_0.6.1_amd64.snap --dangerous --devmode --- .gitignore | 1 + snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ae19016..8c28736 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ stage/ parts/ *.snap *source.tar.bz2 +snap/.snapcraft diff --git a/snapcraft.yaml b/snapcraft.yaml index 8583c35..063c818 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: zeal # you probably want to 'snapcraft register ' -version: '0.4.0' # just for humans, typically '1.2+git' or '1.3.2' +version: '0.6.1' # just for humans, typically '1.2+git' or '1.3.2' summary: Zeal is a simple offline documentation browser inspired by Dash. description: | Zeal is a simple offline documentation browser inspired by Dash.