gc: Update to 8.2.6
This commit is contained in:
parent
1e972eca95
commit
e0ecb1f785
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'gc'
|
||||
pkgname=gc
|
||||
version=8.2.4
|
||||
version=8.2.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# libatomic_ops is replaced by C11 atomic
|
||||
# libatomic_ops is replaced by GCC atomic intrinsics
|
||||
configure_args="--enable-static --with-libatomic-ops=none"
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="Garbage collector for C and C++"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Ivan Maidanski <ivmai@mail.ru>"
|
|||
license="MIT"
|
||||
homepage="https://www.hboehm.info/gc/"
|
||||
distfiles="https://github.com/ivmai/bdwgc/releases/download/v${version}/gc-${version}.tar.gz"
|
||||
checksum=3d0d3cdbe077403d3106bb40f0cbb563413d6efdbb2a7e1cd6886595dec48fc2
|
||||
checksum=b9183fe49d4c44c7327992f626f8eaa1d8b14de140f243edb1c9dcff7719a7fc
|
||||
|
||||
post_install() {
|
||||
mkdir -p ${DESTDIR}/usr/include/gc/
|
||||
|
|
Loading…
Add table
Reference in a new issue