summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-06-23 14:01:27 +0200
committerMichel Zou2021-06-23 14:01:27 +0200
commitcd4f449dbebd001ec0d4eb8305b616e4c6504584 (patch)
treeaf5f921064ca933a87b98446c3ea5daab844c532
parent6973e68534754cb012b64bdb049236dcc4c353c0 (diff)
downloadaur-cd4f449dbebd001ec0d4eb8305b616e4c6504584.tar.gz
Revert "10.2"
This reverts commit 6973e68534754cb012b64bdb049236dcc4c353c0.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 955e481e0ab6..4ef477f85102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=10.2
+pkgver=10.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=('aaa1223d534c9b700a8bec952d9748ee1977513f178727e1bee520ee000b4f29')
+sha256sums=('f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"