summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2018-10-31 19:12:50 +0100
committerGitHub <noreply@github.com>2018-10-31 19:12:50 +0100
commit663b7c404139add29381100786bc006a51e7603f (patch)
tree4404c781f49f701571123f390613e1eb26357368 /snap
parente8c3601c8506c5d956a23bc467e53a10ce1b490b (diff)
downloadmidori-git-663b7c404139add29381100786bc006a51e7603f.tar.gz
Release Midori 6.0 (#147)v6
- Bump top `6.0` - Updated `ChangeLog` - Steps to release in `README.md` - Updated CMake/ snap to take revision or version only
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index a34b715c..0c71d3e3 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -3,8 +3,7 @@ version: git
version-script: |
set -x
VERSION=$(grep -r "^set(CORE_VERSION" CMakeLists.txt | sed -r "s@.+ ([0-9.]+)\)@\1@")
- REVISION=$(git describe --tags)
- echo $VERSION~r$REVISION
+ echo $(git describe --tags || echo $VERSION)
summary: a lightweight, fast, and free web browser
description: |
Midori is a lightweight yet powerful web browser which runs just as well on little embedded computers named for delicious pastries as it does on beefy machines with a core temperature exceeding that of planet earth. And it looks good doing that, too. Oh, and of course it's free software.