summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2016-10-07 16:02:24 -0400
committervonPalitroque2016-10-07 16:02:24 -0400
commiteac9b9180dadec6a0530ea6c2b6ebc816899819d (patch)
treeb2897db7974043a20639838cfb42239a378ab8d3
parent33a0010c45605239989baf4a54eec9410ffa2b8a (diff)
downloadaur-eac9b9180dadec6a0530ea6c2b6ebc816899819d.tar.gz
Updated to latest version.
Updated to latest upstream release version.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 529ad4243abd..b9b8f2a2a064 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 1 02:25:18 UTC 2016
+# Fri Oct 7 20:02:16 UTC 2016
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
- pkgver = 7.11.1
+ pkgver = 7.12
pkgrel = 1
url = https://www.gnu.org/software/gdb/download/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = msp430-elf-gdb
groups = devel
license = GPL
depends = python2
- source = http://ftp.gnu.org/gnu/gdb/gdb-7.11.1.tar.xz
- sha256sums = e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70
+ source = http://ftp.gnu.org/gnu/gdb/gdb-7.12.tar.xz
+ sha256sums = 834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 64adff62cab4..76c2c8239463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=7.11.1
+pkgver=7.12
pkgrel=1
pkgdesc="The GNU Debugger for the ${_target} target."
arch=('x86_64' 'x86')
@@ -11,7 +11,7 @@ license=('GPL')
groups=('devel')
depends=("python2")
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70')
+sha256sums=('834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94')
prepare() {