sift 0.8.0
Closes Homebrew/homebrew#48998. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
702a4c81b5
commit
14cc0dd8bc
1 changed files with 10 additions and 6 deletions
|
@ -3,8 +3,8 @@ require "language/go"
|
|||
class Sift < Formula
|
||||
desc "Fast and powerful open source alternative to grep"
|
||||
homepage "https://sift-tool.org"
|
||||
url "https://github.com/svent/sift/archive/v0.7.1.tar.gz"
|
||||
sha256 "b812edc2b439b00d45a1b588f7478723cfd77f3c56a82c3d39f29c7be0725c80"
|
||||
url "https://github.com/svent/sift/archive/v0.8.0.tar.gz"
|
||||
sha256 "8686e560771392dde526b12b684015c5b1ca52089119011342f8073513c40751"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -16,19 +16,23 @@ class Sift < Formula
|
|||
depends_on "go" => :build
|
||||
|
||||
go_resource "github.com/svent/go-flags" do
|
||||
url "https://github.com/svent/go-flags.git", :revision => "4bcbad344f0318adaf7aabc16929701459009aa3"
|
||||
url "https://github.com/svent/go-flags.git",
|
||||
:revision => "4bcbad344f0318adaf7aabc16929701459009aa3"
|
||||
end
|
||||
|
||||
go_resource "github.com/svent/go-nbreader" do
|
||||
url "https://github.com/svent/go-nbreader.git", :revision => "7cef48da76dca6a496faa7fe63e39ed665cbd219"
|
||||
url "https://github.com/svent/go-nbreader.git",
|
||||
:revision => "7cef48da76dca6a496faa7fe63e39ed665cbd219"
|
||||
end
|
||||
|
||||
go_resource "github.com/svent/sift" do
|
||||
url "https://github.com/svent/sift.git", :revision => "4cd25ceddf7bf39a180e835a689c5c8a1157707a"
|
||||
url "https://github.com/svent/sift.git",
|
||||
:revision => "2d175c4137cad933fa40e0af69020bd658ef5fb3"
|
||||
end
|
||||
|
||||
go_resource "golang.org/x/crypto" do
|
||||
url "https://go.googlesource.com/crypto.git", :revision => "3760e016850398b85094c4c99e955b8c3dea5711"
|
||||
url "https://go.googlesource.com/crypto.git",
|
||||
:revision => "1f22c0103821b9390939b6776727195525381532"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue