mirror of
				https://github.com/BurntSushi/ripgrep.git
				synced 2025-10-30 23:17:47 +02:00 
			
		
		
		
	pkg: update snapcraft.yaml
Update version number and don't declare alias as it has been deprecated.
This commit is contained in:
		
				
					committed by
					
						 Andrew Gallant
						Andrew Gallant
					
				
			
			
				
	
			
			
			
						parent
						
							4889d2d37c
						
					
				
				
					commit
					492effc7be
				
			| @@ -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] | ||||
		Reference in New Issue
	
	Block a user