diff options
| author | Kozo Nishida | 2015-03-21 22:15:09 +0900 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-21 16:20:26 +0000 |
| commit | 2effa085325eec14c6166e1364348b29c5289015 (patch) | |
| tree | ac20136332a8b24d9e7e3ee7993780620bc65385 /Library | |
| parent | 84bbb03d873df134f9d5df2650cb126aca7c6102 (diff) | |
| download | homebrew-2effa085325eec14c6166e1364348b29c5289015.tar.bz2 | |
peco 0.3.0
bump
Closes #37938.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/peco.rb | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/Library/Formula/peco.rb b/Library/Formula/peco.rb index bbb566857..bb108680e 100644 --- a/Library/Formula/peco.rb +++ b/Library/Formula/peco.rb @@ -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 |
