summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-05-29 19:27:21 +0200
committerMichel Zou2020-05-29 19:27:21 +0200
commit6062ab8a9d11340cea80dba03c295765eb44f026 (patch)
treef814c1a74e171e46e6d04ca2a55e15d0ae2dc268
parent37d7cfc1dbb2feb4b9015b8fe740c3f8e7efa07b (diff)
downloadaur-6062ab8a9d11340cea80dba03c295765eb44f026.tar.gz
9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e680757d0e2..3dd5c1cd3188 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gdb
pkgdesc = The GNU Debugger (mingw-w64)
- pkgver = 9.1
+ pkgver = 9.2
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = any
@@ -14,8 +14,8 @@ pkgbase = mingw-w64-gdb
options = staticlibs
options = !buildflags
options = !strip
- source = http://ftp.gnu.org/gnu/gdb/gdb-9.1.tar.xz
- sha256sums = 699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737
+ source = http://ftp.gnu.org/gnu/gdb/gdb-9.2.tar.xz
+ sha256sums = 360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555
pkgname = mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index e48e42c982e9..b0f882192e3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=9.1
+pkgver=9.2
pkgrel=1
pkgdesc="The GNU Debugger (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ depends=('mingw-w64-dlfcn' 'mingw-w64-expat' 'mingw-w64-zlib' 'mingw-w64-readlin
makedepends=('mingw-w64-configure' 'texinfo')
options=('staticlibs' '!buildflags' '!strip')
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737')
+sha256sums=('360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"