1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-14 00:58:43 +02:00

pkg: update snapcraft.yaml

Update version number and don't declare alias as it has been deprecated.
This commit is contained in:
Anthony Wong 2018-02-23 19:51:39 +08:00 committed by Andrew Gallant
parent 4889d2d37c
commit 492effc7be

View File

@ -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]