summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2019-09-24 12:59:46 -0400
committervonPalitroque2019-09-24 12:59:46 -0400
commitefa9807ec3004a7a801dfd5613496b037dfe30eb (patch)
tree06d8b293eaeec0272c524a4110ccfd8fc42f37cf
parent3cfa0050c8554e2fdd65b4ce7e87c008f3b709de (diff)
downloadaur-efa9807ec3004a7a801dfd5613496b037dfe30eb.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 390d206d8799..e6effdd6f67e 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
+ pkgver = 8.3.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.tar.xz
- sha256sums = 802f7ee309dcc547d65a68d61ebd6526762d26c3051f52caebe2189ac1ffd72e
+ source = http://ftp.gnu.org/gnu/gdb/gdb-8.3.1.tar.xz
+ sha256sums = 1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 82858ed849a5..7951998172f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=8.3
+pkgver=8.3.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=('802f7ee309dcc547d65a68d61ebd6526762d26c3051f52caebe2189ac1ffd72e')
+sha256sums=('1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4')
prepare() {