summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-01-27 18:12:22 +0100
committerMichel Zou2022-01-27 18:12:22 +0100
commite3ffc2b56cd7ad45188b82e78e732af430dc4729 (patch)
tree157e47360c2a30a2ff946de0744ffcebb2d9885d
parent605c79c6039277dd26238e0a8f11eb22be3782c9 (diff)
downloadaur-e3ffc2b56cd7ad45188b82e78e732af430dc4729.tar.gz
11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfd0a3022fbf..7f6f55aca190 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gdb
pkgdesc = The GNU Debugger (mingw-w64)
- pkgver = 10.2
+ pkgver = 11.2
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = any
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-gdb
options = staticlibs
options = !buildflags
options = !strip
- source = http://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.xz
- sha256sums = aaa1223d534c9b700a8bec952d9748ee1977513f178727e1bee520ee000b4f29
+ source = http://ftp.gnu.org/gnu/gdb/gdb-11.2.tar.xz
+ sha256sums = 1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32
pkgname = mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index bdcbd5dc8371..06bd5f927f6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=10.2
+pkgver=11.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=('aaa1223d534c9b700a8bec952d9748ee1977513f178727e1bee520ee000b4f29')
+sha256sums=('1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"