Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4FF80782B85 for <~alpine/aports@lists.alpinelinux.org>; Wed, 18 Sep 2019 23:09:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 3AB9E2875A for <~alpine/aports@lists.alpinelinux.org>; Thu, 19 Sep 2019 01:09:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4FEUJDgZt4QW; Thu, 19 Sep 2019 01:09:37 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1568848177; bh=zKj2akksemxP7QVZ4EgRD+oVJb1z5j6oAqQVkfQ+aDA=; h=From:To:Cc:Subject:Date; b=EnZnU1cSGIZSJaz//3TZvhHOkgrZwap84XbCYMEDbQaD0DKSWe3DppHCCp1KMvg6v 4dOIfu0vDVzQ8wCNFLtEk7Rab4rq9aTRaT58sdh+zoG8e5C91c/vONtsQ1GoUCZcEV QXnr29n5hzcadYyWWltflk+Qy6OJVdxMTKKPGulyxmRskO1+M3ZMdy9h1fTN2KWTZr +MMKbOEsytenwkF9usCPacSHzqLsiBp7TR/jlpcAg98mGhbEHxjhY/r/g91LRAMY8c mzyM9Fn9u6MJ6t1FYx7zQNfhAyjDPtHQhAziSR/OAfPACaacjWJ4w/BLDPXIopigi+ nIIIIefUImmUg== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] main/gc: fix url and license Date: Thu, 19 Sep 2019 01:09:36 +0200 Message-Id: <20190918230936.25572-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- main/gc/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/main/gc/APKBUILD b/main/gc/APKBUILD index a83a877662..36cd538116 100644 --- a/main/gc/APKBUILD +++ b/main/gc/APKBUILD @@ -3,15 +3,14 @@ pkgname=gc pkgver=8.0.4 pkgrel=0 pkgdesc="A garbage collector for C and C++" -url="http://hboehm.info/gc/" +url="https://hboehm.info/gc/" arch="all" -license="GPL" +license="MIT" makedepends="libatomic_ops-dev linux-headers" subpackages="$pkgname-dev $pkgname-doc libgc++:libgccpp" -source="http://hboehm.info/gc/gc_source/gc-$pkgver.tar.gz +source="https://hboehm.info/gc/gc_source/gc-$pkgver.tar.gz 0001-Fix-gctest-with-musl-libc-on-s390x.patch " -builddir="$srcdir/gc-${pkgver%[a-z]}" build() { cd "$builddir" -- 2.21.0