summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-21 17:36:46 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-21 17:36:46 -0400
commitc2bf9e3d45bd0a180f550d77d8e5f290160c2ba4 (patch)
tree597a9addceae7bb7896a5af06a8dbcce724d6983 /pkg
parentdad73b92eb168e7ec4830d7fd1397ae72211ece9 (diff)
fix brew
Diffstat (limited to 'pkg')
-rw-r--r--pkg/brew/ripgrep.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/brew/ripgrep.rb b/pkg/brew/ripgrep.rb
index c3c45095..61748e3b 100644
--- a/pkg/brew/ripgrep.rb
+++ b/pkg/brew/ripgrep.rb
@@ -6,8 +6,10 @@ class Ripgrep < Formula
if Hardware::CPU.is_64_bit?
url "https://github.com/BurntSushi/ripgrep/releases/download/#{version}/ripgrep-#{version}-x86_64-apple-darwin.tar.gz"
+ sha256 "893e0e7fac88ebbef024829466fafef6eae5b1060273bbfca3806090e660b06b"
else
url "https://github.com/BurntSushi/ripgrep/releases/download/#{version}/ripgrep-#{version}-i686-apple-darwin.tar.gz"
+ sha256 "2296c8081a2bfe28b43dea4326a9e8ce9c2821fd628a1ca366e824aceddc5fad"
end
def install