Skip to content

Commit

Permalink
Update brew 0.2.1 package hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning authored Sep 27, 2016
1 parent 7ab29a9 commit 7b9f7d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/brew/ripgrep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +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 "f55ef5dac04178bcae0d6c5ba2d09690d326e8c7c3f28e561025b04e1ab81d80"
sha256 "f8b208239b988708da2e58f848a75bf70ad144e201b3ed99cd323cc5a699625f"
else
url "https://github.com/BurntSushi/ripgrep/releases/download/#{version}/ripgrep-#{version}-i686-apple-darwin.tar.gz"
sha256 "d901d55ccb48c19067f563d42652dfd8642bf50d28a40c0e2a4d3e866857a93b"
sha256 "3880ffbc169ea7a884d6c803f3b227a9a3acafff160cdaf830f930e065ae2b38"
end

def install
Expand Down

0 comments on commit 7b9f7d7

Please sign in to comment.