[arch-commits] Commit in arm-none-eabi-newlib/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon May 27 20:29:24 UTC 2019


    Date: Monday, May 27, 2019 @ 20:29:23
  Author: arojas
Revision: 471990

https

Modified:
  arm-none-eabi-newlib/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-27 20:29:19 UTC (rev 471989)
+++ PKGBUILD	2019-05-27 20:29:23 UTC (rev 471990)
@@ -7,11 +7,11 @@
 _upstream_ver=$pkgver
 pkgdesc='A C standard library implementation intended for use on embedded systems (ARM bare metal)'
 arch=(any)
-url='http://www.sourceware.org/newlib/'
+url='https://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=('fb4fa1cc21e9060719208300a61420e4089d6de6ef59cf533b57fe74801d102a')
 
 build() {



More information about the arch-commits mailing list