aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2014-06-21 13:24:06 -0700
committerBrett Koonce2014-06-21 17:23:13 -0700
commiteecd5c58d611860cd1530e902c02d4e5e2ae6a2f (patch)
tree1a697d1a732e91506e9240f8dc65d812c5440e6b
parent0cccc95f02947a6581a03ebbde90eef70b4403d6 (diff)
downloadhomebrew-eecd5c58d611860cd1530e902c02d4e5e2ae6a2f.tar.bz2
Perl-Build 1.08
-rw-r--r--Library/Formula/perl-build.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/perl-build.rb b/Library/Formula/perl-build.rb
index 1feb00979..83bdb8146 100644
--- a/Library/Formula/perl-build.rb
+++ b/Library/Formula/perl-build.rb
@@ -1,11 +1,11 @@
-require 'formula'
+require "formula"
class PerlBuild < Formula
- homepage 'https://github.com/tokuhirom/Perl-Build'
- url 'https://github.com/tokuhirom/Perl-Build/archive/1.06.tar.gz'
- sha1 '59d82893c2b0272137b6d5614a5966df3bdd6a4b'
+ homepage "https://github.com/tokuhirom/Perl-Build"
+ url "https://github.com/tokuhirom/Perl-Build/archive/1.08.tar.gz"
+ sha1 "98842888f8106cabf5806bddf48c0d1567a12b05"
- head 'https://github.com/tokuhirom/perl-build.git'
+ head "https://github.com/tokuhirom/perl-build.git"
def install
bin.install "perl-build", "bin/plenv-install", "bin/plenv-uninstall"