Skip to content

Commit

Permalink
cpio: Use bee variable PKGVERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Aug 27, 2019
1 parent fedf5a4 commit c548ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpio-2.11-0.bee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

SRCURL[0]="http://ftp.gnu.org/gnu/cpio/cpio-2.11.tar.bz2"
SRCURL[0]="http://ftp.gnu.org/gnu/cpio/cpio-${PKGVERSION}.tar.bz2"

PATCHURL[0]=""

Expand Down

0 comments on commit c548ec9

Please sign in to comment.