Date: Sunday, September 4, 2022 @ 01:07:24
  Author: ffy00
Revision: 1292770

upgpkg: riscv64-linux-gnu-gcc 12.2.0-1

Modified:
  riscv64-linux-gnu-gcc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-04 01:05:38 UTC (rev 1292769)
+++ PKGBUILD    2022-09-04 01:07:24 UTC (rev 1292770)
@@ -5,8 +5,8 @@
 
 _target=riscv64-linux-gnu
 pkgname=$_target-gcc
-pkgver=12.1.0
-pkgrel=2
+pkgver=12.2.0
+pkgrel=1
 pkgdesc='Cross compiler for 32-bit and 64-bit RISC-V'
 arch=('x86_64')
 url='https://gcc.gnu.org/'
@@ -15,7 +15,7 @@
 depends=("$_target-binutils" "$_target-glibc" 'libmpc' 'libisl' 'zstd')
 options=('!emptydirs' '!strip' '!lto')
 source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";)
-sha512sums=('2121d295292814a6761edf1fba08c5f633ebe16f52b80e7b73a91050e71e1d2ed98bf17eebad263e191879561c02b48906c53faa4c4670c486a26fc75df23900')
+sha512sums=('e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173')
 
 if [[ -n "$_snapshot" ]]; then
   _basedir=gcc-$_snapshot

Reply via email to