summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Schneider2023-02-09 10:24:32 +0100
committerViktor Schneider2023-02-09 10:24:32 +0100
commitf9aa12f83c41dff03a03188aba92ee4b0f4a240d (patch)
treeaf7c057abd94df0084c19e775c245006b71105b8
parentc8e32163b46327830440929de45dab0874ad8cfe (diff)
downloadaur-f9aa12f83c41dff03a03188aba92ee4b0f4a240d.tar.gz
update version to 12.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8951ba5e2dd8..a1d16763dea1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-libstdc++
pkgdesc = The GNU C++ Standard Library for the msp430-elf target.
- pkgver = 11.2.0
+ pkgver = 12.2.0
pkgrel = 1
url = http://gcc.gnu.org
arch = i686
@@ -21,7 +21,7 @@ pkgbase = msp430-elf-libstdc++
options = zipman
options = docs
options = !strip
- source = https://ftpmirror.gnu.org/gcc/gcc-11.2.0/gcc-11.2.0.tar.xz
- sha256sums = d08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b
+ source = https://ftpmirror.gnu.org/gcc/gcc-12.2.0/gcc-12.2.0.tar.xz
+ sha256sums = e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
pkgname = msp430-elf-libstdc++
diff --git a/PKGBUILD b/PKGBUILD
index 7abe827099b8..6055c9649df8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target="msp430-elf"
pkgname=${_target}-libstdc++
-pkgver=11.2.0
+pkgver=12.2.0
pkgrel=1
pkgdesc="The GNU C++ Standard Library for the ${_target} target."
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ url="http://gcc.gnu.org"
depends=("${_target}-newlib" "${_target}-binutils" "${_target}-gcc>=11.0.0" "${_target}-gcc<12.0.0" "libmpc" "elfutils" "zlib")
options=('staticlibs' '!buildflags' '!libtool' '!emptydirs' 'zipman' 'docs' '!strip')
source=(https://ftpmirror.gnu.org/gcc/gcc-${pkgver}/gcc-${pkgver}.tar.xz)
-sha256sums=('d08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b')
+sha256sums=('e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff')
prepare() {