aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-07-06 01:10:16 +0200
committerLeo <thinkabit.ukim@gmail.com>2021-07-07 06:22:59 +0000
commit222cd6159bcc4492bc84c8ffd90b7c9036d2243d (patch)
tree4f7dc12abada7c057d8e5a9c4ceec530b0964977
parent264a064ce9d7d29bbaea6e5fec66f5c2a8961154 (diff)
community/newlib{,-stage1}: update url
-rw-r--r--community/newlib-stage1/APKBUILD4
-rw-r--r--community/newlib/APKBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/community/newlib-stage1/APKBUILD b/community/newlib-stage1/APKBUILD
index 4e7eb8082ee..5e2836dc7a7 100644
--- a/community/newlib-stage1/APKBUILD
+++ b/community/newlib-stage1/APKBUILD
@@ -13,9 +13,9 @@ case "$CARCH" in
esac
pkgname=newlib-stage1
pkgver=4.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="C standard library implementation intended for use on embedded systems"
-url="http://www.sourceware.org/newlib/"
+url="https://www.sourceware.org/newlib/"
makedepends="texinfo"
arch="all"
license="GPL-2.0-only AND LGPL-2.1-only AND 0BSD AND BSD-3-Clause AND GPL-3.0-only AND LGPL-3.0-only"
diff --git a/community/newlib/APKBUILD b/community/newlib/APKBUILD
index 889eb1c26ac..03b9afb33a8 100644
--- a/community/newlib/APKBUILD
+++ b/community/newlib/APKBUILD
@@ -13,14 +13,14 @@ case "$CARCH" in
esac
pkgname=newlib
pkgver=4.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="C standard library implementation intended for use on embedded systems"
-url="http://www.sourceware.org/newlib/"
+url="https://www.sourceware.org/newlib/"
makedepends="texinfo"
# s390x, mips64 and riscv64 blocked by gcc-cross-embedded
arch="all !s390x !mips64 !riscv64"
license="GPL-2.0-only AND LGPL-2.1-only AND 0BSD AND BSD-3-Clause AND GPL-3.0-only AND LGPL-3.0-only"
-source="ftp://sourceware.org/pub/newlib/newlib-$pkgver.tar.gz"
+source="https://sourceware.org/pub/newlib/newlib-$pkgver.tar.gz"
options="!check"
for target in $_targets; do