summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-05 18:28:57 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-05 18:28:57 -0700
commitad045fce7451a62084bcac2b237e78763093f892 (patch)
treedd493093c7cbbb4aec5667dd1446e1e806c4d726
parentInitial commit (diff)
downloadsh-elf-newlib-ad045fce7451a62084bcac2b237e78763093f892.tar.xz
Change source protocol to https
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc363b0..043ac33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ url='http://www.sourceware.org/newlib/'
license=(BSD)
makedepends=($_target-gcc)
options=(!emptydirs !strip)
-source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
sha256sums=('3ad3664f227357df15ff34e954bfd9f501009a647667cd307bf0658aefd6eb5b')
build() {