summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThibault Porteboeuf2017-06-09 20:48:36 +0200
committerThibault Porteboeuf2017-06-09 20:48:36 +0200
commitc4f1164b9d7ea2b3bbfee6e0efccdd65f7b19fe0 (patch)
treebcfda3f366840cddfae0f8101a0447d63cc27e59 /PKGBUILD
parentee1bb7c0d5c8b79124fb62d66582b5930387d1c3 (diff)
downloadaur-c4f1164b9d7ea2b3bbfee6e0efccdd65f7b19fe0.tar.gz
Upgrated to 8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb8dba239c34..e6689e695dba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=7.12
+pkgver=8.0
pkgrel=1
pkgdesc="The GNU Debugger (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt' 'mingw-w64-expat' 'mingw-w64-zlib' 'mingw-w64-readline'
makedepends=('mingw-w64-gcc' 'texinfo')
options=('staticlibs' '!buildflags' '!strip')
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-md5sums=('a0a3a00f7499b0c5278ba8676745d180')
+md5sums=('c3d35cd949084be53b92cc1e03485f88')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"