diff options
| author | tokuhirom | 2013-05-31 09:40:29 +0900 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-05-31 06:47:51 -0700 | 
| commit | 12c1b58bde4a80023019c4121fd720fd648e4546 (patch) | |
| tree | 86263ba7395d89af5f79fc65011aef10c514db59 | |
| parent | 047e70b8fbf7f1a07e64f7754aead9967014525b (diff) | |
| download | homebrew-12c1b58bde4a80023019c4121fd720fd648e4546.tar.bz2 | |
perl-build 1.03
Closes #20169.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/perl-build.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/perl-build.rb b/Library/Formula/perl-build.rb index c5d67d32e..4c565de04 100644 --- a/Library/Formula/perl-build.rb +++ b/Library/Formula/perl-build.rb @@ -2,12 +2,12 @@ require 'formula'  class PerlBuild < Formula    homepage 'https://github.com/tokuhirom/Perl-Build' -  url 'https://github.com/tokuhirom/Perl-Build/archive/1.02.tar.gz' -  sha1 '30043e08e1bebbf9b41341bae816e7957d6167f3' +  url 'https://github.com/tokuhirom/Perl-Build/archive/1.03.tar.gz' +  sha1 'dda816ad6445d82b4be144dc426d33853a8b5344'    head 'https://github.com/tokuhirom/perl-build.git'    def install -    bin.install "perl-build", "bin/perl-install", "bin/perl-uninstall" +    bin.install "perl-build", "bin/plenv-install", "bin/plenv-uninstall"    end  end | 
