Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id EA739781265 for <~alpine/aports@lists.alpinelinux.org>; Thu, 28 Apr 2022 13:33:53 +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=1651152833; 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=TuMLABITrW4ZtM9yFXbbeGphsFmhCD/CC5dogoQIokc=; b=fIvpNyUYN2hhHrbgsM/OnnZEu3t7glIJsnBXj1FiKZUMUj3Yb1cWDOgeb3hszh8zbskWfl u+UtY+NT7hDLVK0xCW65ITIWx1DgLvhzBYLjT9H1upGbQjXWO3g/D61J1WJjPcD/MNhJ+8 gxNl6ohx7nABdeympA+wFxYNsH/ixD/Dk/4PLywYAThNX7PN/gZOLl+sESMNvkSCQ9W+ls 90b2a4WTUS8rO50ArqITPpOlc21/ZNcEN2zkVdoJRZq8AgYxR4DXXq/KbcVobSldPfo6uZ FmZ4CMO6sTOU0HkRGzVm9eDPJK0cVDZ5P+JwOFLUdYtV80F5pOw1QQWKiSueIg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/harec: upgrade to 5c9990c863e8eaf8eb47d23b4fb9a73c9ce8056c Date: Thu, 28 Apr 2022 15:33:52 +0200 Message-Id: <20220428133352.3473-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com This update includes a fix for the non-deterministic build failures we were seeing on the builders. --- community/harec/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/harec/APKBUILD b/community/harec/APKBUILD index 33960795cb..221f32c232 100644 --- a/community/harec/APKBUILD +++ b/community/harec/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=harec -pkgver="0_git20220423" -_commit=c1caaf00bea2415724b969633cca2e3b2b51a4e6 +pkgver="0_git20220428" +_commit=5c9990c863e8eaf8eb47d23b4fb9a73c9ce8056c pkgrel=0 pkgdesc="The Hare compiler" url="https://harelang.org" @@ -27,5 +27,5 @@ package() { } sha512sums=" -38cb341ac4ecb84f266f95d5e24ab0e52a0e1c23d5ea2bb8badf7dd3bccc840205b3e30a4aaf14f4e4927a9c08ccb1be816533b44e5e395ba7fb237ccd55c9fc harec-c1caaf00bea2415724b969633cca2e3b2b51a4e6.tar.gz +44aa32d5c08014ec2b2d06c42b7a1839400d8b20ccbf14a3bf8a145abf1a368e22594cad0940889e1343bf16390cc8d3e8487411f09f4a386ccae8e908515b81 harec-5c9990c863e8eaf8eb47d23b4fb9a73c9ce8056c.tar.gz " base-commit: 9ca02203a4ec275de6d8cc85362ca15237b5ef12 -- 2.36.0