summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibault Porteboeuf2018-11-22 22:04:14 +0100
committerThibault Porteboeuf2018-11-22 22:04:14 +0100
commitd093a45fb05c3d1f34151307db06996c5f481fd1 (patch)
treee4a5d0e5eaa5fe6778f8056c6e9fa6a58d059f5f
parent79460409bbbce4bd945b2c295cf00fa5f7b8e6dd (diff)
downloadaur-d093a45fb05c3d1f34151307db06996c5f481fd1.tar.gz
Updated to 8.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd71acd628d8..eb705558c3f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 9 02:57:18 UTC 2018
+# Thu Nov 22 21:03:44 UTC 2018
pkgbase = cross-mingw-w64-gdb
pkgdesc = The GNU Debugger (compiled to debug target mingw-w64)
- pkgver = 8.1.1
+ pkgver = 8.2
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = i686
@@ -16,8 +16,8 @@ pkgbase = cross-mingw-w64-gdb
depends = readline
options = staticlibs
options = !buildflags
- source = http://ftp.gnu.org/gnu/gdb/gdb-8.1.1.tar.xz
- sha256sums = 97dcc3169bd430270fc29adb65145846a58c1b55cdbb73382a4a89307bdad03c
+ source = http://ftp.gnu.org/gnu/gdb/gdb-8.2.tar.xz
+ sha256sums = c3a441a29c7c89720b734e5a9c6289c0a06be7e0c76ef538f7bbcef389347c39
pkgname = cross-mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 5cdd353d01c8..5f57081acd40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cross-mingw-w64-gdb
-pkgver=8.1.1
+pkgver=8.2
pkgrel=1
pkgdesc="The GNU Debugger (compiled to debug target mingw-w64)"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ depends=('ncurses' 'expat' 'xz' 'readline')
makedepends=('gcc' 'texinfo')
options=('staticlibs' '!buildflags')
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('97dcc3169bd430270fc29adb65145846a58c1b55cdbb73382a4a89307bdad03c')
+sha256sums=('c3a441a29c7c89720b734e5a9c6289c0a06be7e0c76ef538f7bbcef389347c39')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"