summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d345b3f2b40c..a880f639b50d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-gcc
pkgdesc = The GNU Compiler Collection for the msp430-elf target.
- pkgver = 12.2.0
+ pkgver = 13.1.0
pkgrel = 1
url = http://gcc.gnu.org
arch = i686
@@ -23,9 +23,9 @@ pkgbase = msp430-elf-gcc
options = zipman
options = docs
options = !strip
- source = https://libisl.sourceforge.io/isl-0.25.tar.xz
- source = ftp://gcc.gnu.org/pub/gcc/releases/gcc-12.2.0/gcc-12.2.0.tar.xz
- sha256sums = be7b210647ccadf90a2f0b000fca11a4d40546374a850db67adb32fad4b230d9
- sha256sums = e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
+ source = https://libisl.sourceforge.io/isl-0.26.tar.xz
+ source = ftp://gcc.gnu.org/pub/gcc/releases/gcc-13.1.0/gcc-13.1.0.tar.xz
+ sha256sums = a0b5cb06d24f9fa9e77b55fabbe9a3c94a336190345c2555f9915bb38e976504
+ sha256sums = 61d684f0aa5e76ac6585ad8898a2427aade8979ed5e7f85492286c4dfc13ee86
pkgname = msp430-elf-gcc
diff --git a/PKGBUILD b/PKGBUILD
index e50bc3fa38fc..ec6c5a628043 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_target="msp430-elf"
pkgname=${_target}-gcc
-pkgver=12.2.0
-_islver=0.25
+pkgver=13.1.0
+_islver=0.26
pkgrel=1
pkgdesc="The GNU Compiler Collection for the ${_target} target."
arch=(i686 x86_64)
@@ -17,8 +17,8 @@ provides=("${_target}-gcc-stage1")
optdepends=("${_target}-libstdc++: C++ standard library support")
source=(https://libisl.sourceforge.io/isl-${_islver}.tar.xz
ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz)
-sha256sums=('be7b210647ccadf90a2f0b000fca11a4d40546374a850db67adb32fad4b230d9'
- 'e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff')
+sha256sums=('a0b5cb06d24f9fa9e77b55fabbe9a3c94a336190345c2555f9915bb38e976504'
+ '61d684f0aa5e76ac6585ad8898a2427aade8979ed5e7f85492286c4dfc13ee86')
prepare() {