Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
peco 0.2.12
Browse files Browse the repository at this point in the history
Closes #37233.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
  • Loading branch information
kozo2 authored and tdsmith committed Mar 3, 2015
1 parent a0acd01 commit f38d45e
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions Library/Formula/peco.rb
Expand Up @@ -2,34 +2,27 @@

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
Expand Down

0 comments on commit f38d45e

Please sign in to comment.