From 56251bf37a51f2d321b8207b7e00ad62bfb3a90c Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 21 Jun 2020 23:51:30 +0300 Subject: [PATCH] keystone: update homepage --- packages/keystone/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/keystone/build.sh b/packages/keystone/build.sh index eb007b4bf..91f01ccb1 100644 --- a/packages/keystone/build.sh +++ b/packages/keystone/build.sh @@ -1,8 +1,8 @@ -TERMUX_PKG_HOMEPAGE=http://www.keystone-engine.org/ +TERMUX_PKG_HOMEPAGE=https://www.keystone-engine.org/ TERMUX_PKG_DESCRIPTION="Keystone is a lightweight multi-platform, multi-architecture assembler framework" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_VERSION=0.9.1 -TERMUX_PKG_REVISION=6 +TERMUX_PKG_REVISION=7 TERMUX_PKG_SRCURL=https://github.com/keystone-engine/keystone/archive/$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=e9d706cd0c19c49a6524b77db8158449b9c434b415fbf94a073968b68cf8a9f0 TERMUX_PKG_DEPENDS="libc++"