summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThibault Porteboeuf2017-01-16 19:23:12 +0100
committerThibault Porteboeuf2017-01-16 19:23:12 +0100
commitee1bb7c0d5c8b79124fb62d66582b5930387d1c3 (patch)
tree192900157ff7cfd58ca28f364d48c1b9e2943048 /PKGBUILD
parent7f258c3e0667025360ed2a246e2c931b55857c84 (diff)
downloadaur-ee1bb7c0d5c8b79124fb62d66582b5930387d1c3.tar.gz
Upgrated to 7.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbedeafa43da..cb8dba239c34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-gdb
-pkgver=7.11.1
-pkgrel=2
+pkgver=7.12
+pkgrel=1
pkgdesc="The GNU Debugger (mingw-w64)"
arch=(any)
url="http://www.gnu.org/software/gdb/"
@@ -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=('5aa71522e488e358243917967db87476')
+md5sums=('a0a3a00f7499b0c5278ba8676745d180')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"