summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2022-05-25 23:39:48 -0400
committervonPalitroque2022-05-25 23:39:48 -0400
commitb3698c6b706f03e6b15aaa8a837dc91cc0221a3c (patch)
treedcd1523dff69c676f29c84fb84f2b98b7b5ebad8
parentcdb7f92db45b8b0b8833725b693481a690b0aa01 (diff)
downloadaur-b3698c6b706f03e6b15aaa8a837dc91cc0221a3c.tar.gz
Updated to latest upstream release.
Updated to latest upstream release.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 688513cab569..e415cc09dbe6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
- pkgver = 11.2
+ pkgver = 12.1
pkgrel = 1
url = https://www.gnu.org/software/gdb/download/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = msp430-elf-gdb
depends = expat
depends = xz
depends = gmp
- source = http://ftp.gnu.org/gnu/gdb/gdb-11.2.tar.xz
- sha256sums = 1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32
+ source = http://ftp.gnu.org/gnu/gdb/gdb-12.1.tar.xz
+ sha256sums = 0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index fc52c9550743..18f3fd96f713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=11.2
+pkgver=12.1
pkgrel=1
pkgdesc="The GNU Debugger for the ${_target} target."
arch=('x86_64' 'x86')
@@ -11,7 +11,7 @@ license=('GPL')
groups=('devel')
depends=("python" "readline" "ncurses" "gdb-common" "guile" "expat" "xz" "gmp")
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32')
+sha256sums=('0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed')
prepare() {