diff options
author | psykose <alice@ayaya.dev> | 2023-06-18 21:26:15 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-06-18 23:26:15 +0200 |
commit | 65f5a45d88955458746ca1ca126b4833025ced6c (patch) | |
tree | a6e5d50f0edda89d27d8ff4607f2cf334d9d2a79 | |
parent | cbb08624a2e50d36554b95f9ea3e348902332913 (diff) |
main/gc: update licence to Boehm-GC
-rw-r--r-- | main/gc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gc/APKBUILD b/main/gc/APKBUILD index 2b34ecfdd30..dd4d09043e2 100644 --- a/main/gc/APKBUILD +++ b/main/gc/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gc pkgver=8.2.4 -pkgrel=0 +pkgrel=1 pkgdesc="garbage collector for C and C++" url="https://hboehm.info/gc/" arch="all" -license="custom" +license="Boehm-GC" makedepends="linux-headers" subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc libgc++:libgccpp" source="https://github.com/ivmai/bdwgc/releases/download/v$pkgver/gc-$pkgver.tar.gz" |