diff options
| author | Daisuke Maki | 2013-09-04 10:55:28 +0900 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-04 08:40:18 +0100 |
| commit | 2178303737e9449303145011670c6e5394b021ce (patch) | |
| tree | 504bac845eb1d61b5ded99fdb487fc99a7cf9cc8 | |
| parent | f50b7120594a4d346d8330fd1762bff3bb794fdf (diff) | |
| download | homebrew-2178303737e9449303145011670c6e5394b021ce.tar.bz2 | |
perl-build 1.05
Closes #22300.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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 938108dc9..b4def414d 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.04.tar.gz' - sha1 '1adad66a7d18f009e77674565ee57fb34194914a' + url 'https://github.com/tokuhirom/Perl-Build/archive/1.05.tar.gz' + sha1 '0ac64b152c6de9b4917ae0a5877efaad0160af48' head 'https://github.com/tokuhirom/perl-build.git' |
