aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-10-18 22:21:10 +0200
committerMilan P. Stanić <mps@arvanta.net>2021-10-19 07:17:28 +0000
commita07da40d0cd21a5b1b8b42f2bc4fac882fcef377 (patch)
tree6991f6c8e7e499543f0b61a6f419e23ecd0be8cf
parent76cc453a7a7d044fd63e873e07d76b65602e3fb0 (diff)
community/gcc-cross-embedded-stage1: upgrade to 10.3.0
-rw-r--r--community/gcc-cross-embedded-stage1/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/gcc-cross-embedded-stage1/APKBUILD b/community/gcc-cross-embedded-stage1/APKBUILD
index d3e5ded0c47..1f56e269fd8 100644
--- a/community/gcc-cross-embedded-stage1/APKBUILD
+++ b/community/gcc-cross-embedded-stage1/APKBUILD
@@ -18,10 +18,10 @@ case "$CARCH" in
x86_64|aarch64|ppc64le|mips64) _targets="$_targets or1k-elf"
esac
pkgname=gcc-cross-embedded-stage1
-pkgver=10.2.0
-pkgrel=2
+pkgver=10.3.0
+pkgrel=0
pkgdesc="The GNU Compiler Collection for embedded targets"
-url="http://gcc.gnu.org"
+url="https://gcc.gnu.org/"
depends="gcc"
makedepends="bash linux-headers gmp-dev mpfr-dev mpc1-dev zlib-dev isl-dev"
arch="all"
@@ -153,4 +153,6 @@ aarch64_none_elf() {
_install_subpkg
}
-sha512sums="42ae38928bd2e8183af445da34220964eb690b675b1892bbeb7cd5bb62be499011ec9a93397dba5e2fb681afadfc6f2767d03b9035b44ba9be807187ae6dc65e gcc-10.2.0.tar.xz"
+sha512sums="
+2b2dd7453d48a398c29eaebd1422b70341001b8c90a62aee51e83344e7fdd8a8e45f82a4a9165bd7edc76dada912c932f4b6632c5636760fec4c5d7e402b3f86 gcc-10.3.0.tar.xz
+"