summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibault Porteboeuf2019-02-17 22:58:20 +0100
committerThibault Porteboeuf2019-02-17 22:58:20 +0100
commit8611d85c0d592d0531fe25302646787074985b3f (patch)
treecb4bb093ad7f2cef36df1007d0a93ed90e0ab0b5
parent9f8f1dcd32ad02f76877696fbff578bdbfbd6ab1 (diff)
downloadaur-8611d85c0d592d0531fe25302646787074985b3f.tar.gz
Updated to 8.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 911c655714a5..d58aa61c23b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 22 21:58:51 UTC 2018
+# Sun Feb 17 21:58:07 UTC 2019
pkgbase = mingw-w64-gdb
pkgdesc = The GNU Debugger (mingw-w64)
- pkgver = 8.2
+ pkgver = 8.2.1
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = any
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-gdb
options = staticlibs
options = !buildflags
options = !strip
- 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 = mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 704e774d63ff..d023dc7eaad9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=8.2
+pkgver=8.2.1
pkgrel=1
pkgdesc="The GNU Debugger (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt' 'mingw-w64-expat' 'mingw-w64-zlib' 'mingw-w64-readline'
makedepends=('mingw-w64-gcc' 'texinfo')
options=('staticlibs' '!buildflags' '!strip')
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('c3a441a29c7c89720b734e5a9c6289c0a06be7e0c76ef538f7bbcef389347c39')
+sha256sums=('0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"