Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1828178125B for <~alpine/aports@lists.alpinelinux.org>; Thu, 23 Jun 2022 11:02:02 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1655981689; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Cb8GMXqYL+HqnLV+c/HH5MbHB5KK7A7synaNJA2p90I=; b=eOhfXEAE96UDKJ5FL7LiW5tcOjxQaHMvcWAAavZx8egfPMpEK4eRDjAx/zFpI8YGYhYro9 VbNObRbGKSSyRwC17XoElM4/7SB51aaEWOqOHBG/m+rX4mDc2ZgR3J4E5CdzDi7kI4jHyT k/rPq6fTlhjl/cv7di2ZatZTafxpegjNjGmoqjNnbp/RBw7a0t1zB3dFpVPNS/2KE+7Ad8 1Cn7Fia+ryHiZAn82T8KoXJcN+hQLY2u6+oURiVGjo/lfJckWQsv8ALez6wQ9SJW+XtzRm b8d34DSusM8r4uSO8/jPaVU2XrIzB5iO0MUcR7qqCqu3mi2UBqzsHrInAykIGQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/qbe: upgrade to 1.0 Date: Thu, 23 Jun 2022 12:54:42 +0200 Message-Id: <20220623105442.4404-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com --- community/qbe/APKBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/community/qbe/APKBUILD b/community/qbe/APKBUILD index 29ee3e6fcc..91fd7e267e 100644 --- a/community/qbe/APKBUILD +++ b/community/qbe/APKBUILD @@ -1,14 +1,12 @@ # Maintainer: Drew DeVault pkgname="qbe" -pkgver="0_git20220614" -_commit=6cd5f7028647a88935ec1f7776a08b51eb0fb1c8 +pkgver=1.0 pkgrel=0 pkgdesc="A simple C compiler backend" url="https://c9x.me/compile/" arch="x86_64 aarch64 riscv64" license="MIT" -source="$pkgname-$pkgver.tar.gz::https://c9x.me/git/qbe.git/snapshot/qbe-$_commit.tar.gz" -builddir="$srcdir/$pkgname-$_commit" +source="$pkgname-$pkgver.tar.gz::https://c9x.me/git/qbe.git/snapshot/qbe-$pkgver.tar.gz" build() { make PREFIX=/usr @@ -23,5 +21,5 @@ package() { } sha512sums=" -54aa3b84ed82bcc40959494a03f82e921621c96004c0856674dfcbbdcb84b9ee1c0d08a19029050b85105e4de64083fcc24c36eba8c610cf81a31d9c63caf9ed qbe-0_git20220614.tar.gz +21d1a6a62b389073cb8ca9973144cdc8d075e56baea35e6323d6a98a3c0e891097e3404f3016f3466ba50da99627be11d43978c9f6c10ffff9b6be7740305875 qbe-1.0.tar.gz " base-commit: c41ef5e77155e800e39b12b818914b25c822095b prerequisite-patch-id: efdfa5cccdf18d6d9a15a2afc32fcee617c3df44 prerequisite-patch-id: 7adcfc91d32e18ad32874bd389667f33737b216e prerequisite-patch-id: 2d5053fe647fb063764041d6afb7504bf7e96712 -- 2.36.1