Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 59D58780FEC for <~alpine/aports@lists.alpinelinux.org>; Mon, 29 Nov 2021 03:51:31 +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=1638157457; 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=QGUzDZX9g0Vd2q1WRVGvfbPcilC51ipV7pMDsB8ZZ0o=; b=VKgf5uaZ4i7WGQfvK6mDqmKCQoaVPpQ5L/wRtUKbITEZpwCX1aqWDoB/c454HOR5c0k8Lw 0vV6FxyNfqW0pTitlKDQdF41yq5kFdzwF30Io2Gr9ZxkFcw92Gb9yJ1SQqyoFgYXQw/+Om JZR8+ZGYZJRlis3MFrxZbRLlJA8ydIE= From: Siva Mahadevan To: ~alpine/aports@lists.alpinelinux.org Cc: Siva Mahadevan Subject: [PATCH] testing/retroforth: upgrade to 2021.7 Date: Sun, 28 Nov 2021 22:44:06 -0500 Message-Id: <20211129034406.4272-1-me@svmhdvn.name> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: mbsync-msmtp@svmhdvn.name --- testing/retroforth/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/testing/retroforth/APKBUILD b/testing/retroforth/APKBUILD index b060bb9866..b2f1825584 100644 --- a/testing/retroforth/APKBUILD +++ b/testing/retroforth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Siva Mahadevan # Maintainer: Siva Mahadevan pkgname=retroforth -pkgver=2021.2 +pkgver=2021.7 pkgrel=0 pkgdesc="clean, elegant, and pragmatic dialect of Forth" url="https://forthworks.com/retro" @@ -26,4 +26,6 @@ package() { make DESTDIR="$pkgdir" PREFIX=/usr MANDIR="$mandir" install } -sha512sums="88041bd0a899e31260bdd745e18fbc81ad3ddbfbd92cf31924ea1c5bd0156d98f9454220a6367eced6e94499e69af9b091977700d15fb63f9be36628eeb69e3c retroforth-2021.2.tar.gz" +sha512sums=" +0d235ea0f7f75f2fa8ab3641ca96179c60407121ba415bb253909dabc48f63948a06ac44c904faa1a9b0fd0598b3b6c28572baef8dba4678175a2246c638c595 retroforth-2021.7.tar.gz +" -- 2.34.1