File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl module Alien::LibJQ
22
3+ v0.05:
4+ - switch back to github official site for package download.
35v0.04:
46 - 1st working build on both Windows (Strawberry Perl) and Linux.
57v0.02 - v0.03:
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ plugin 'Probe::CommandLine' => (
1212);
1313
1414share {
15- # start_url 'https://github.com/stedolan/jq/releases/';
15+ start_url 'https://github.com/stedolan/jq/releases/';
1616 # china mirror
17- start_url 'https://hub.fastgit.org/stedolan/jq/releases/';
17+ # start_url 'https://hub.fastgit.org/stedolan/jq/releases/';
1818 plugin Download => (
1919 version => qr/^jq-([0-9\.]+)\.tar\.gz$/o,
2020 );
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
44use base qw/ Alien::Base/ ;
55use vars qw/ $VERSION/ ;
66
7- $VERSION = ' 0.04 ' ;
7+ $VERSION = ' 0.05 ' ;
88
99=head1 NAME
1010
You can’t perform that action at this time.
0 commit comments