Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
150d2d6c
Commit
150d2d6c
authored
May 27, 2020
by
Casey Strouse
Committed by
GitHub
May 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ripgrep from 12.0.1 to 12.1.0 (#4092)
parent
9242a212
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
packages/ripgrep.rb
packages/ripgrep.rb
+6
-9
No files found.
packages/ripgrep.rb
View file @
150d2d6c
...
@@ -3,9 +3,9 @@ require 'package'
...
@@ -3,9 +3,9 @@ require 'package'
class
Ripgrep
<
Package
class
Ripgrep
<
Package
description
'ripgrep recursively searches directories for a regex pattern'
description
'ripgrep recursively searches directories for a regex pattern'
homepage
'https://github.com/BurntSushi/ripgrep'
homepage
'https://github.com/BurntSushi/ripgrep'
version
'12.
0.1
'
version
'12.
1.0
'
source_url
'https://github.com/BurntSushi/ripgrep/archive/12.
0.1
.tar.gz'
source_url
'https://github.com/BurntSushi/ripgrep/archive/12.
1.0
.tar.gz'
source_sha256
'
5be34aa77a36ac9d8f1297a0d97069e4653e03f61c67d192cee32944cd2b6329
'
source_sha256
'
ca2d11dd7b7346734d47ad8073468e9c409fbe85842a608d372b8d4fb36be291
'
binary_url
({
binary_url
({
})
})
...
@@ -16,12 +16,9 @@ class Ripgrep < Package
...
@@ -16,12 +16,9 @@ class Ripgrep < Package
def
self
.
build
def
self
.
build
case
ARCH
case
ARCH
when
'aarch64'
when
'aarch64'
,
'armv7l'
system
'rustup toolchain install 1.25.0-aarch64-unknown-linux-gnu'
system
'rustup toolchain install 1.43.1-armv7-unknown-linux-gnueabihf'
system
'rustup default 1.25.0-aarch64-unknown-linux-gnu'
system
'rustup default 1.43.1-armv7-unknown-linux-gnueabihf'
when
'armv7l'
system
'rustup toolchain install 1.25.0-armv7-unknown-linux-gnueabihf'
system
'rustup default 1.25.0-armv7-unknown-linux-gnueabihf'
else
else
system
'rustup toolchain install stable'
system
'rustup toolchain install stable'
system
'rustup default stable'
system
'rustup default stable'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment