diff options
| author | Brett Koonce | 2014-10-31 17:36:52 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-11-01 20:56:11 -0700 | 
| commit | 4513eddb11cf8bc3f860ddea76468863e66905ce (patch) | |
| tree | 2e4ad937152f70bc9bd04f736fe6fa92f0ae6b2d | |
| parent | f8c335f5855565ab902066f089d2b2c2ef3daeb6 (diff) | |
| download | homebrew-4513eddb11cf8bc3f860ddea76468863e66905ce.tar.bz2 | |
Perl-Build 1.10
| -rw-r--r-- | Library/Formula/perl-build.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/perl-build.rb b/Library/Formula/perl-build.rb index 83bdb8146..16619c2af 100644 --- a/Library/Formula/perl-build.rb +++ b/Library/Formula/perl-build.rb @@ -2,8 +2,8 @@ require "formula"  class PerlBuild < Formula    homepage "https://github.com/tokuhirom/Perl-Build" -  url "https://github.com/tokuhirom/Perl-Build/archive/1.08.tar.gz" -  sha1 "98842888f8106cabf5806bddf48c0d1567a12b05" +  url "https://github.com/tokuhirom/Perl-Build/archive/1.10.tar.gz" +  sha1 "e24e4a12d41a98c3eaa7558a47cc899bd6b1051a"    head "https://github.com/tokuhirom/perl-build.git" | 
