summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2018-12-26 09:36:25 -0500
committervonPalitroque2018-12-26 09:36:25 -0500
commit1e8ae52aa1769909c749a0e39d80e91bcb90ca8e (patch)
tree9dc9a893423722f038cb929ce92af8fcd92f3e41
parent93058a0f1b8dd75b7bf1d8917af8669985015d0d (diff)
downloadaur-1e8ae52aa1769909c749a0e39d80e91bcb90ca8e.tar.gz
Updated to latest upstream release.
Updated to latest upstream release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 105baab26873..84bf62bea093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 5 13:13:39 UTC 2018
+# Wed Dec 26 14:36:12 UTC 2018
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
- pkgver = 8.2
+ pkgver = 8.2.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.2.tar.xz
- sha256sums = c3a441a29c7c89720b734e5a9c6289c0a06be7e0c76ef538f7bbcef389347c39
+ source = http://ftp.gnu.org/gnu/gdb/gdb-8.2.1.tar.xz
+ sha256sums = 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 109738b20409..9fe5d1ff0848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=8.2
+pkgver=8.2.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=('c3a441a29c7c89720b734e5a9c6289c0a06be7e0c76ef538f7bbcef389347c39')
+sha256sums=('0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202')
prepare() {