summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThibault Porteboeuf2018-01-07 22:39:21 +0100
committerThibault Porteboeuf2018-01-07 22:39:21 +0100
commitdb00cd1c3b851557040da2da71db76511f52fc81 (patch)
treed7d0df6abc5ebaa17c6c79e616dbb1648951c4f4 /PKGBUILD
parentc4f1164b9d7ea2b3bbfee6e0efccdd65f7b19fe0 (diff)
downloadaur-db00cd1c3b851557040da2da71db76511f52fc81.tar.gz
Updated to 8.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6689e695dba..016ee74b535e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=8.0
+pkgver=8.0.1
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=('c3d35cd949084be53b92cc1e03485f88')
+md5sums=('48cac527e6f3018b865ece021e9723ac')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"