summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-03-02 22:11:20 +0100
committerMichel Zou2024-03-02 22:11:20 +0100
commitd2b3afc98ed14c483f5679fa59da08e007ecc410 (patch)
treeb7a8428e8a9478afa002b2929677a67b11ec57dd
parent6f957fec5858f89b0f6a7c258fe53f5eaf3a8e83 (diff)
downloadaur-d2b3afc98ed14c483f5679fa59da08e007ecc410.tar.gz
14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 955ece661f46..bb6ccd3ec91b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gdb
pkgdesc = The GNU Debugger (mingw-w64)
- pkgver = 13.1
+ pkgver = 14.1
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-13.1.tar.xz
- sha256sums = 115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0
+ source = http://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz
+ sha256sums = d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80
pkgname = mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 320d85d44820..0bb57ab93b6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=13.1
+pkgver=14.1
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=('115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0')
+sha256sums=('d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"