From f38d45e05de8fcceefe8a0a4969719cae6a863a9 Mon Sep 17 00:00:00 2001 From: Kozo Nishida Date: Fri, 27 Feb 2015 13:12:24 +0900 Subject: peco 0.2.12 Closes #37233. Signed-off-by: Tim D. Smith --- Library/Formula/peco.rb | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'Library') diff --git a/Library/Formula/peco.rb b/Library/Formula/peco.rb index 914b533b9..cdd4a7f59 100644 --- a/Library/Formula/peco.rb +++ b/Library/Formula/peco.rb @@ -2,34 +2,27 @@ require "language/go" class Peco < Formula homepage "https://github.com/peco/peco" - url "https://github.com/peco/peco/archive/v0.2.11.tar.gz" - sha1 "438e76dc7f31215eb1195d5eb14a66cf7fef318e" - - bottle do - cellar :any - sha1 "09dcbdd0a4cc55c36cc4578f237ac19c360651a1" => :yosemite - sha1 "eaf5161f6ce66b67a026825a4f3047974d147500" => :mavericks - sha1 "61e853d89cd34129cf0e010c36939491c3b11329" => :mountain_lion - end + url "https://github.com/peco/peco/archive/v0.2.12.tar.gz" + sha1 "4f5caf6eab2f7c08191939dec7543afc32a6ddde" go_resource "github.com/jessevdk/go-flags" do url "https://github.com/jessevdk/go-flags.git", - :revision => "15347ef417a300349807983f15af9e65cd2e1b3a" + :revision => "5e118789801496c93ba210d34ef1f2ce5a9173bd" end go_resource "github.com/mattn/go-runewidth" do url "https://github.com/mattn/go-runewidth.git", - :revision => "8adae32de8a26f36cc7acaa53051407d514bb5f0" + :revision => "c718ccb0685f9fa7129b1b41c04d2877423c419d" end go_resource "github.com/nsf/termbox-go" do url "https://github.com/nsf/termbox-go.git", - :revision => "9e7f2135126fcf13f331e7b24f5d66fd8e8e1690" + :revision => "1f1918bf12614154995c633122959e84e54ffafa" end go_resource "github.com/peco/peco" do url "https://github.com/peco/peco.git", - :revision => "0ad82671a0546fe4cace0eb9787b900bcc77aad0" + :revision => "f0c506536a5bb4a0e605fb71420690f57087f2d4" end depends_on "go" => :build -- cgit v1.2.3