Skip to content

Commit

Permalink
use github plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Apr 12, 2024
1 parent b764d31 commit 19ee9fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
cip:
- tag: static
install_type: default
- tag: "5.37"
- tag: "5.39"
install_type: system
- tag: "5.37"
- tag: "5.38"
install_type: system
- tag: "5.38"
install_type: share
- tag: "5.36"
install_type: system
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for {{$dist->name}}

{{$NEXT}}
- use GitHub plugin to fetch tarball (gh#8, gh#10)

0.08 2021-07-02 08:24:08 -0600
- Disable assembly on windows (gh#5)
Expand Down
6 changes: 3 additions & 3 deletions alienfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ plugin 'Probe::CommandLine' => (

share {

plugin Download => (
url => 'https://tukaani.org/xz/',
version => qr/^xz-([0-9\.]+)\.tar\.gz$/,
plugin 'Download::GitHub' => (
github_user => 'tukaani-project',
github_repo => 'xz',
);

plugin Extract => 'tar.gz';
Expand Down

0 comments on commit 19ee9fe

Please sign in to comment.