summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorAnthony Wong <yp@anthonywong.net>2018-02-23 19:51:39 +0800
committerAndrew Gallant <jamslam@gmail.com>2018-02-23 06:51:39 -0500
commit492effc7be4e34bc57871a038a39b15b786ac69c (patch)
tree8bbc7c52c70e576b62d35e6eb8a06a0a43765d84 /snapcraft.yaml
parent4889d2d37ce360203eb2afac356df24d6f0a9503 (diff)
pkg: update snapcraft.yaml
Update version number and don't declare alias as it has been deprecated.
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 2d63a050..c83fb477 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: ripgrep # you probably want to 'snapcraft register <name>'
-version: '0.5.1' # just for humans, typically '1.2+git' or '1.3.2'
+version: '0.8.1' # just for humans, typically '1.2+git' or '1.3.2'
summary: Fast file searcher # 79 char long summary
description: |
ripgrep combines the usability of The Silver Searcher with the raw speed of grep.
@@ -12,4 +12,3 @@ parts:
apps:
rg:
command: env PATH=$SNAP/bin:$PATH rg
- aliases: [rg] \ No newline at end of file