summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2024-03-04 18:31:45 +0100
committerMichel Zou2024-03-04 18:31:45 +0100
commit070ff18b56b2e4489b9941a0a789a348ad66b17e (patch)
tree70b76735832ecd94a5da12c977881fa8a3d3b835 /PKGBUILD
parentd2b3afc98ed14c483f5679fa59da08e007ecc410 (diff)
downloadaur-mingw-w64-gdb.tar.gz
14.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"