From 1af7f2dd3de2e6674b8d5511ae26ca1f3eb3b628 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 20 Jul 2014 19:23:33 -0700 Subject: cpansearch 0.2 --- Library/Formula/cpansearch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/cpansearch.rb b/Library/Formula/cpansearch.rb index dc41a649d..8a228be0a 100644 --- a/Library/Formula/cpansearch.rb +++ b/Library/Formula/cpansearch.rb @@ -1,14 +1,14 @@ -require 'formula' +require "formula" class Cpansearch < Formula - homepage 'https://github.com/c9s/cpansearch' - url 'https://github.com/c9s/cpansearch/archive/0.1.1.tar.gz' - sha1 '8ffab37023886f3c1e287de574001ff720c8b1e5' + homepage "https://github.com/c9s/cpansearch" + url "https://github.com/c9s/cpansearch/archive/0.2.tar.gz" + sha1 "302638f78f2b09630cabd3975c38d5fc591c43e7" - head 'https://github.com/c9s/cpansearch.git' + head "https://github.com/c9s/cpansearch.git" - depends_on 'pkg-config' => :build - depends_on 'glib' + depends_on "pkg-config" => :build + depends_on "glib" def install system "make" -- cgit v1.2.3