summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-08-13 20:42:24 -0400
committerAndrew Sun2018-08-13 20:42:24 -0400
commit296dcbb4fc5619c5cf52fd5e7bbb4e2e00482408 (patch)
treea580aa20d2152b9ce5a8b01bdab94d120c42d519
parent286f036614bb55c4dfbf8774f0708a8287e2cf32 (diff)
downloadaur-296dcbb4fc5619c5cf52fd5e7bbb4e2e00482408.tar.gz
mingw-w64-gc: update to 7.6.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08dc25898ad5..892290cd68f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gc
pkgdesc = A garbage collector for C and C++ (mingw-w64)
- pkgver = 7.6.6
+ pkgver = 7.6.8
pkgrel = 1
url = http://www.hboehm.info/gc/
arch = any
@@ -11,8 +11,8 @@ pkgbase = mingw-w64-gc
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/ivmai/bdwgc/releases/download/v7.6.6/gc-7.6.6.tar.gz
- sha256sums = e968edf8f80d83284dd473e00a5e3377addc2df261ffb7e6dc77c9a34a0039dc
+ source = https://github.com/ivmai/bdwgc/releases/download/v7.6.8/gc-7.6.8.tar.gz
+ sha256sums = 040ac5cdbf1bebc7c8cd4928996bbae0c54497c151ea5639838fa0128102e258
pkgname = mingw-w64-gc
diff --git a/PKGBUILD b/PKGBUILD
index 3bc57eab3e7a..3f695514e900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701@gmail.com>
pkgname=mingw-w64-gc
-pkgver=7.6.6
+pkgver=7.6.8
pkgrel=1
pkgdesc="A garbage collector for C and C++ (mingw-w64)"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt' 'mingw-w64-libatomic_ops')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/gc-${pkgver}.tar.gz")
-sha256sums=('e968edf8f80d83284dd473e00a5e3377addc2df261ffb7e6dc77c9a34a0039dc')
+sha256sums=('040ac5cdbf1bebc7c8cd4928996bbae0c54497c151ea5639838fa0128102e258')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"