From 35dcb9c09b1ae34674f55067611c09a8a87737f1 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Fri, 15 Oct 2021 19:54:43 +0000 Subject: [PATCH] openethereum: update to 3.3.0-rc.10 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 402e388ba..8aadb14ac 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.8 +TERMUX_PKG_VERSION=3.3.0-rc.10 TERMUX_PKG_SRCURL=https://github.com/openethereum/openethereum/archive/v${TERMUX_PKG_VERSION}.zip -TERMUX_PKG_SHA256=32086febaec1019d798ae3638c6ca50fbf04e3f0d91b9aa334abb628f83ceb8c +TERMUX_PKG_SHA256=1d3715c291757aaaf422c2739f6f67776148d3219976a40b6123243aa7c033a5 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_BUILD_IN_SRC=true TERMUX_RUST_VERSION=1.45