summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2017-09-25 00:44:37 -0400
committervonPalitroque2017-09-25 00:44:37 -0400
commitf6faaa4944532cc184a8e337a90b55258cdc7e41 (patch)
tree689788381a7247b6eb8b2c3c191532d7da51c782
parentdca39c0555d8e6309cf62ca3ab89a6cad5b82905 (diff)
downloadaur-f6faaa4944532cc184a8e337a90b55258cdc7e41.tar.gz
Updated to latest version.
Updated to latest upstream version.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb8ded627955..2ffa2773eb77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 5 20:24:14 UTC 2017
+# Mon Sep 25 04:44:30 UTC 2017
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
- pkgver = 8.0
+ pkgver = 8.0.1
pkgrel = 1
url = https://www.gnu.org/software/gdb/download/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = msp430-elf-gdb
license = GPL
depends = python
depends = readline
- source = http://ftp.gnu.org/gnu/gdb/gdb-8.0.tar.xz
- sha256sums = f6a24ffe4917e67014ef9273eb8b547cb96a13e5ca74895b06d683b391f3f4ee
+ source = http://ftp.gnu.org/gnu/gdb/gdb-8.0.1.tar.xz
+ sha256sums = 3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index e008617cceb9..7bca4fc0e735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=8.0
+pkgver=8.0.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=('f6a24ffe4917e67014ef9273eb8b547cb96a13e5ca74895b06d683b391f3f4ee')
+sha256sums=('3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3')
prepare() {