peco 0.3.0
bump Closes Homebrew/homebrew#37938. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
f400d2a81c
commit
c7f5e264df
1 changed files with 10 additions and 5 deletions
|
@ -2,8 +2,8 @@ require "language/go"
|
|||
|
||||
class Peco < Formula
|
||||
homepage "https://github.com/peco/peco"
|
||||
url "https://github.com/peco/peco/archive/v0.2.12.tar.gz"
|
||||
sha1 "4f5caf6eab2f7c08191939dec7543afc32a6ddde"
|
||||
url "https://github.com/peco/peco/archive/v0.3.0.tar.gz"
|
||||
sha1 "dcecc51e5f62adeb09f2dcb0680b7fb6d1e0c50f"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -12,6 +12,11 @@ class Peco < Formula
|
|||
sha1 "a8e68353239ec1b48866f820b8e3c7915b6b5ec9" => :mountain_lion
|
||||
end
|
||||
|
||||
go_resource "github.com/google/btree" do
|
||||
url "https://github.com/google/btree.git",
|
||||
:revision => "0c05920fc3d98100a5e3f7fd339865a6e2aaa671"
|
||||
end
|
||||
|
||||
go_resource "github.com/jessevdk/go-flags" do
|
||||
url "https://github.com/jessevdk/go-flags.git",
|
||||
:revision => "5e118789801496c93ba210d34ef1f2ce5a9173bd"
|
||||
|
@ -19,17 +24,17 @@ class Peco < Formula
|
|||
|
||||
go_resource "github.com/mattn/go-runewidth" do
|
||||
url "https://github.com/mattn/go-runewidth.git",
|
||||
:revision => "c718ccb0685f9fa7129b1b41c04d2877423c419d"
|
||||
:revision => "58a0da4ed7b321c9b5dfeffb7e03ee188fae1c60"
|
||||
end
|
||||
|
||||
go_resource "github.com/nsf/termbox-go" do
|
||||
url "https://github.com/nsf/termbox-go.git",
|
||||
:revision => "1f1918bf12614154995c633122959e84e54ffafa"
|
||||
:revision => "10f14d7408b64a659b7c694a771f5006952d336c"
|
||||
end
|
||||
|
||||
go_resource "github.com/peco/peco" do
|
||||
url "https://github.com/peco/peco.git",
|
||||
:revision => "f0c506536a5bb4a0e605fb71420690f57087f2d4"
|
||||
:revision => "700b77b5ba57ce0cc57339d063a24bb06a485eca"
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
|
Loading…
Reference in a new issue