summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-01-02 22:12:08 -0500
committerAndrew Sun2019-01-02 22:12:08 -0500
commit36616114fe7f897a01b916e266245140f699055a (patch)
treebc8a41c9cf452df2b28fbbd4daaf71cf6766feea
parent296dcbb4fc5619c5cf52fd5e7bbb4e2e00482408 (diff)
downloadaur-36616114fe7f897a01b916e266245140f699055a.tar.gz
mingw-w64-gc: update to 8.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 892290cd68f7..1c257638ffa9 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.8
+ pkgver = 8.0.2
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.8/gc-7.6.8.tar.gz
- sha256sums = 040ac5cdbf1bebc7c8cd4928996bbae0c54497c151ea5639838fa0128102e258
+ source = https://github.com/ivmai/bdwgc/releases/download/v8.0.2/gc-8.0.2.tar.gz
+ sha256sums = 4e8ca4b5b72a3a27971daefaa9b621f0a716695b23baa40b7eac78de2eeb51cb
pkgname = mingw-w64-gc
diff --git a/PKGBUILD b/PKGBUILD
index 3f695514e900..7ef8d38cfbeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701@gmail.com>
pkgname=mingw-w64-gc
-pkgver=7.6.8
+pkgver=8.0.2
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=('040ac5cdbf1bebc7c8cd4928996bbae0c54497c151ea5639838fa0128102e258')
+sha256sums=('4e8ca4b5b72a3a27971daefaa9b621f0a716695b23baa40b7eac78de2eeb51cb')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"