summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThibault Porteboeuf2018-02-07 23:04:25 +0100
committerThibault Porteboeuf2018-02-07 23:04:25 +0100
commitdef847b64284a16315e042ff90db83891dc2ff92 (patch)
tree378a1f96423a8590625b795d6e98985ada7e2423 /PKGBUILD
parentdb00cd1c3b851557040da2da71db76511f52fc81 (diff)
downloadaur-def847b64284a16315e042ff90db83891dc2ff92.tar.gz
Updated to 8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 016ee74b535e..bd4f0e9c6590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=8.0.1
+pkgver=8.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=('48cac527e6f3018b865ece021e9723ac')
+md5sums=('f46487561f9a16916a8102316f7fd105')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"