summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-03-04 18:31:45 +0100
committerMichel Zou2024-03-04 18:31:45 +0100
commit070ff18b56b2e4489b9941a0a789a348ad66b17e (patch)
tree70b76735832ecd94a5da12c977881fa8a3d3b835
parentd2b3afc98ed14c483f5679fa59da08e007ecc410 (diff)
downloadaur-mingw-w64-gdb.tar.gz
14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb6ccd3ec91b..d8dbc2a20df2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gdb
pkgdesc = The GNU Debugger (mingw-w64)
- pkgver = 14.1
+ pkgver = 14.2
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = any
@@ -15,7 +15,7 @@ pkgbase = mingw-w64-gdb
options = staticlibs
options = !buildflags
options = !strip
- source = http://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz
- sha256sums = d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80
+ source = http://ftp.gnu.org/gnu/gdb/gdb-14.2.tar.xz
+ sha256sums = 2d4dd8061d8ded12b6c63f55e45344881e8226105f4d2a9b234040efa5ce7772
pkgname = mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 0bb57ab93b6b..8ad4f5c06447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=14.1
+pkgver=14.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=('d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80')
+sha256sums=('2d4dd8061d8ded12b6c63f55e45344881e8226105f4d2a9b234040efa5ce7772')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"