summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibault Porteboeuf2019-09-28 18:14:30 +0200
committerThibault Porteboeuf2019-09-28 18:14:30 +0200
commitc55b16e238ef9144870fcab47dc9c7b21058a7a7 (patch)
treed2a4d2359ba94189131557d3130871d4e2603ff9
parent968b5bae22f6fab41bc2ec7e881b86a3c91d6b7a (diff)
downloadaur-c55b16e238ef9144870fcab47dc9c7b21058a7a7.tar.gz
Updated 8.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb2e16812bcb..64c57a6a3d12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 12 15:57:09 UTC 2019
+# Sat Sep 28 16:14:07 UTC 2019
pkgbase = mingw-w64-gdb
pkgdesc = The GNU Debugger (mingw-w64)
- pkgver = 8.3
+ pkgver = 8.3.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.3.tar.xz
- sha256sums = 802f7ee309dcc547d65a68d61ebd6526762d26c3051f52caebe2189ac1ffd72e
+ source = http://ftp.gnu.org/gnu/gdb/gdb-8.3.1.tar.xz
+ sha256sums = 1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4
pkgname = mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index d3b7c3a3e4ae..89acaf2e5118 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=8.3
+pkgver=8.3.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=('802f7ee309dcc547d65a68d61ebd6526762d26c3051f52caebe2189ac1ffd72e')
+sha256sums=('1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"