From 31e2ed440717d5f67d4e27bbea1a6617c2ba6a89 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Sun, 22 Sep 2024 00:31:47 +0000 Subject: [PATCH] bump(main/sslscan): 2.1.5 This commit has been automatically submitted by Github Actions. --- packages/sslscan/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sslscan/build.sh b/packages/sslscan/build.sh index 2eb6d9f81e509a..ef1e3b883e3488 100644 --- a/packages/sslscan/build.sh +++ b/packages/sslscan/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/rbsec/sslscan TERMUX_PKG_DESCRIPTION="Utility to discover supported cipher suites on SSL/TLS enabled servers" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="2.1.4" +TERMUX_PKG_VERSION="2.1.5" TERMUX_PKG_SRCURL=https://github.com/rbsec/sslscan/archive/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=3e2a5b1f53d1f132b4d999ff450d2cc40e9efb648cea89b74f5944b768a10e63 +TERMUX_PKG_SHA256=b36616b1d59f3276af6ff9495ab8178ec6812393582fb3c094c56cc873efe956 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="openssl" TERMUX_PKG_BUILD_IN_SRC=true