summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2016-05-31 22:25:32 -0400
committervonPalitroque2016-05-31 22:25:32 -0400
commit33a0010c45605239989baf4a54eec9410ffa2b8a (patch)
tree749ce99eeeed607a9b923c8aaa4c6f3469170d8e
parent3195a4569ce7751c9d427d8f4f85823ac4650e17 (diff)
downloadaur-33a0010c45605239989baf4a54eec9410ffa2b8a.tar.gz
Bumped to latest release.
Bumped version to latest release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d35bbf1cfce..529ad4243abd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 24 15:17:58 UTC 2016
+# Wed Jun 1 02:25:18 UTC 2016
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
- pkgver = 7.11
+ pkgver = 7.11.1
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.tar.xz
- sha256sums = 7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1
+ source = http://ftp.gnu.org/gnu/gdb/gdb-7.11.1.tar.xz
+ sha256sums = e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 7a824d90f102..64adff62cab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=7.11
+pkgver=7.11.1
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=('7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1')
+sha256sums=('e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70')
prepare() {