summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2020-02-12 10:29:33 -0500
committervonPalitroque2020-02-12 10:29:33 -0500
commit2747b2bc79693c7fc2ee2260aa3e4d93369d4256 (patch)
tree4c85076566cdc6634637ae42b1cf365517b3a9bf
parentefa9807ec3004a7a801dfd5613496b037dfe30eb (diff)
downloadaur-2747b2bc79693c7fc2ee2260aa3e4d93369d4256.tar.gz
Updated to latest upstream version.
Updated to latest upstream version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6effdd6f67e..c3191ee74062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
- pkgver = 8.3.1
+ pkgver = 9.1
pkgrel = 1
url = https://www.gnu.org/software/gdb/download/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = msp430-elf-gdb
license = GPL
depends = python
depends = readline
- source = http://ftp.gnu.org/gnu/gdb/gdb-8.3.1.tar.xz
- sha256sums = 1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4
+ source = http://ftp.gnu.org/gnu/gdb/gdb-9.1.tar.xz
+ sha256sums = 699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 7951998172f4..6af61f952ed3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=8.3.1
+pkgver=9.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")
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4')
+sha256sums=('699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737')
prepare() {