Skip to content

Commit

Permalink
Use perl archive from wingtk release
Browse files Browse the repository at this point in the history
  • Loading branch information
guruDanny67 committed Mar 8, 2017
1 parent 58bf4d8 commit 70a2882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class Tool_perl(Tool):
def __init__(self):
Tool.__init__(self,
'perl',
archive_url = 'https://dl.hexchat.net/misc/perl/perl-5.20.0-x64.tar.xz',
archive_url = 'https://github.com/wingtk/gtk-win32/releases/download/Perl-5.20/perl-5.20.0-x64.tar.xz',
hash = '05e01cf30bb47d3938db6169299ed49271f91c1615aeee5649174f48ff418c55')

def load_defaults(self, builder):
Expand Down

0 comments on commit 70a2882

Please sign in to comment.