From 492effc7be4e34bc57871a038a39b15b786ac69c Mon Sep 17 00:00:00 2001 From: Anthony Wong Date: Fri, 23 Feb 2018 19:51:39 +0800 Subject: [PATCH] pkg: update snapcraft.yaml Update version number and don't declare alias as it has been deprecated. --- snapcraft.yaml | 3 +-- 1 file changed, 1 insertion(+), 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 ' -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