Received: from out-176.mta0.migadu.com (out-176.mta0.migadu.com [91.218.175.176])
	by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 3CB28220546
	for <~alpine/aports@lists.alpinelinux.org>; Sat, 10 Dec 2022 16:05:23 +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=svmhdvn.name;
	s=key1; t=1670688321;
	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=DF8dcVKB0EKz5gLo3L+fNfWTBM/rsuq6hjM45w5/fCw=;
	b=EL7ndgMZPaz5e4vEkhLYnPKfY7ymwaMEb/TydTbjibjP79H/y6BwI8lO6JwObgZRaEpb3l
	qvroYpM+rY+D24FARP/UgbOKvSJVML/LkRIKaiX6n4z58TY4ITcwnSRsRlOMKOb4W3l0Jv
	ihIjdH01cWnYD+L4LmBQLa93T017jFE=
From: Siva Mahadevan <me@svmhdvn.name>
To: ~alpine/aports@lists.alpinelinux.org
Cc: Siva Mahadevan <me@svmhdvn.name>
Subject: [PATCH] testing/retroforth: upgrade to 2022.8
Date: Sat, 10 Dec 2022 11:05:16 -0500
Message-Id: <20221210160516.6433-1-me@svmhdvn.name>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Migadu-Flow: FLOW_OUT

---
 testing/retroforth/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/retroforth/APKBUILD b/testing/retroforth/APKBUILD
index 4b0bc16084..2a333ea92f 100644
--- a/testing/retroforth/APKBUILD
+++ b/testing/retroforth/APKBUILD
@@ -1,7 +1,7 @@
 # Contributor: Siva Mahadevan <me@svmhdvn.name>
 # Maintainer: Siva Mahadevan <me@svmhdvn.name>
 pkgname=retroforth
-pkgver=2022.1
+pkgver=2022.8
 pkgrel=0
 pkgdesc="clean, elegant, and pragmatic dialect of Forth"
 url="https://retroforth.org"
@@ -23,5 +23,5 @@ package() {
 }
 
 sha512sums="
-0d96f1279672bffa678bf8b3cb2d177f8757c2946a7b4c1cf04195bef6e19d89c4fd37ec0c456f2953a34f219f8b7dbc32ae92244b43ce8a601df8c379c2574b  retroforth-2022.1.tar.gz
+c98554c1462becf8cfb4b4a80a7dfda6efdf940b28fc9bcdfadcb87592fcd5eb705490f8cc87f3778e35505feb379f5546c5cc5905d24d8bdab07ca776ec3926  retroforth-2022.8.tar.gz
 "
-- 
2.38.1