~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] community/qbe: upgrade to 1.0

Details
Message ID
<20220623105442.4404-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +3 -5
---
 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 <sir@cmpwn.com>
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
Reply to thread Export thread (mbox)