Skip to content

Commit

Permalink
apr-iconv: Use ftp.fau.de as source mirror
Browse files Browse the repository at this point in the history
The server should be in the DFN, so use that one. While at it, use
HTTPS to securely download the source file.
  • Loading branch information
pmenzel committed Dec 4, 2018
1 parent 5f9a4cf commit 4ae66b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apr-iconv.be0
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BEE_BUILDTYPE=autotools
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="http://mirror.synyx.de/apache//apr/apr-iconv-${PKGVERSION}.tar.gz"
SRCURL[0]="https://ftp.fau.de/apache//apr/apr-iconv-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit 4ae66b5

Please sign in to comment.