summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThibault Porteboeuf2018-08-10 21:24:49 +0200
committerThibault Porteboeuf2018-08-10 21:28:39 +0200
commit28164a507402f77141bed77ee33fecd1db967f7f (patch)
tree4df0e8efd783b66032580799a5c5059f905225f4 /PKGBUILD
parentdef847b64284a16315e042ff90db83891dc2ff92 (diff)
downloadaur-28164a507402f77141bed77ee33fecd1db967f7f.tar.gz
Updated to 8.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd4f0e9c6590..5d0aa86284dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=8.1
+pkgver=8.1.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=('f46487561f9a16916a8102316f7fd105')
+sha256sums=('97dcc3169bd430270fc29adb65145846a58c1b55cdbb73382a4a89307bdad03c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"