Skip to content

Commit b9e626d

Browse files
committed
switch back to official github site for package download
1 parent 3a2a6da commit b9e626d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for Perl module Alien::LibJQ
22

3+
v0.05:
4+
- switch back to github official site for package download.
35
v0.04:
46
- 1st working build on both Windows (Strawberry Perl) and Linux.
57
v0.02 - v0.03:

alienfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ plugin 'Probe::CommandLine' => (
1212
);
1313

1414
share {
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
);

lib/Alien/LibJQ.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44
use base qw/Alien::Base/;
55
use vars qw/$VERSION/;
66

7-
$VERSION = '0.04';
7+
$VERSION = '0.05';
88

99
=head1 NAME
1010

0 commit comments

Comments
 (0)