summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibault Porteboeuf2018-08-09 04:57:41 +0200
committerThibault Porteboeuf2018-08-09 04:57:41 +0200
commit79460409bbbce4bd945b2c295cf00fa5f7b8e6dd (patch)
treea3850e556b68fdd857d98509656b3c80a62f1658
parente4a27cf559c34469ea23f7deb985220a292f3aa8 (diff)
downloadaur-79460409bbbce4bd945b2c295cf00fa5f7b8e6dd.tar.gz
Updated to 8.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f4c8e6e362d..cd71acd628d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 8 19:52:00 UTC 2018
+# Thu Aug 9 02:57:18 UTC 2018
pkgbase = cross-mingw-w64-gdb
pkgdesc = The GNU Debugger (compiled to debug target mingw-w64)
- pkgver = 8.1
+ pkgver = 8.1.1
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = i686
@@ -16,8 +16,8 @@ pkgbase = cross-mingw-w64-gdb
depends = readline
options = staticlibs
options = !buildflags
- source = http://ftp.gnu.org/gnu/gdb/gdb-8.1.tar.xz
- md5sums = f46487561f9a16916a8102316f7fd105
+ source = http://ftp.gnu.org/gnu/gdb/gdb-8.1.1.tar.xz
+ sha256sums = 97dcc3169bd430270fc29adb65145846a58c1b55cdbb73382a4a89307bdad03c
pkgname = cross-mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 7fca2cb69938..5cdd353d01c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cross-mingw-w64-gdb
-pkgver=8.1
+pkgver=8.1.1
pkgrel=1
pkgdesc="The GNU Debugger (compiled to debug target mingw-w64)"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ depends=('ncurses' 'expat' 'xz' 'readline')
makedepends=('gcc' 'texinfo')
options=('staticlibs' '!buildflags')
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-md5sums=('f46487561f9a16916a8102316f7fd105')
+sha256sums=('97dcc3169bd430270fc29adb65145846a58c1b55cdbb73382a4a89307bdad03c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"