summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2022-02-18 14:17:14 -0500
committervonPalitroque2022-02-18 14:17:14 -0500
commitcdb7f92db45b8b0b8833725b693481a690b0aa01 (patch)
tree732091b5ab2ccfb328b0f0c5a1bb6f85220642eb
parente4e5dead34df66ef70dc4823be96c8cf641e31b3 (diff)
downloadaur-cdb7f92db45b8b0b8833725b693481a690b0aa01.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 b457e62bb856..688513cab569 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
- pkgver = 11.1
+ pkgver = 11.2
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.1.tar.xz
- sha256sums = cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94
+ source = http://ftp.gnu.org/gnu/gdb/gdb-11.2.tar.xz
+ sha256sums = 1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index f1f33f9ecb3a..fc52c9550743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=11.1
+pkgver=11.2
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=('cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94')
+sha256sums=('1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32')
prepare() {