summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7004478a0dc3..ab1be2512bdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gc
pkgdesc = A garbage collector for C and C++ (mingw-w64)
- pkgver = 8.2.0
+ pkgver = 8.2.2
pkgrel = 1
url = https://www.hboehm.info/gc/
arch = any
@@ -11,7 +11,7 @@ pkgbase = mingw-w64-gc
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/ivmai/bdwgc/releases/download/v8.2.0/gc-8.2.0.tar.gz
- sha256sums = 2540f7356cb74f6c5b75326c6d38a066edd796361fd7d4ed26e494d9856fed8f
+ source = https://github.com/ivmai/bdwgc/releases/download/v8.2.2/gc-8.2.2.tar.gz
+ sha256sums = f30107bcb062e0920a790ffffa56d9512348546859364c23a14be264b38836a0
pkgname = mingw-w64-gc
diff --git a/PKGBUILD b/PKGBUILD
index 52e770a68d5e..edb7a201f9a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=mingw-w64-gc
-pkgver=8.2.0
+pkgver=8.2.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=('2540f7356cb74f6c5b75326c6d38a066edd796361fd7d4ed26e494d9856fed8f')
+sha256sums=('f30107bcb062e0920a790ffffa56d9512348546859364c23a14be264b38836a0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"