diff options
| -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 b4def414d..1feb00979 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.05.tar.gz' -  sha1 '0ac64b152c6de9b4917ae0a5877efaad0160af48' +  url 'https://github.com/tokuhirom/Perl-Build/archive/1.06.tar.gz' +  sha1 '59d82893c2b0272137b6d5614a5966df3bdd6a4b'    head 'https://github.com/tokuhirom/perl-build.git' | 
