Skip to content

Commit

Permalink
cpio: Securely download source archive over HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Aug 27, 2019
1 parent c548ec9 commit 1dee28c
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-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://ftp.gnu.org/gnu/cpio/cpio-${PKGVERSION}.tar.bz2"

PATCHURL[0]=""

Expand Down

0 comments on commit 1dee28c

Please sign in to comment.