From cefcf6cbbf93a48cc7e2ecf4908c0cc7939efdbc Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Fri, 3 Sep 2021 19:37:17 +0000 Subject: [PATCH] openethereum: update to 3.3.0-rc.8 This commit has been automatically submitted by Github Actions. --- packages/openethereum/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/openethereum/build.sh b/packages/openethereum/build.sh index d35d9ed12d..1a86adbe9e 100644 --- a/packages/openethereum/build.sh +++ b/packages/openethereum/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://openethereum.github.io TERMUX_PKG_DESCRIPTION="Lightweight Ethereum Client" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=3.3.0-rc.6 +TERMUX_PKG_VERSION=3.3.0-rc.8 TERMUX_PKG_SRCURL=https://github.com/openethereum/openethereum/archive/v${TERMUX_PKG_VERSION}.zip -TERMUX_PKG_SHA256=64ff3ed8d463cf154f7f9794fd6cf26ef53c4e31e8a9d41050b698c2db75ebf1 +TERMUX_PKG_SHA256=32086febaec1019d798ae3638c6ca50fbf04e3f0d91b9aa334abb628f83ceb8c TERMUX_PKG_BUILD_IN_SRC=true TERMUX_RUST_VERSION=1.45