From 2e8d9e54da77b22b793aa5a8315466128ddae061 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 12 Mar 2020 19:40:10 +0200 Subject: [PATCH] bgrep: update homepage url --- packages/bgrep/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/bgrep/build.sh b/packages/bgrep/build.sh index af92b13d3..9422ddd58 100644 --- a/packages/bgrep/build.sh +++ b/packages/bgrep/build.sh @@ -1,8 +1,9 @@ -TERMUX_PKG_HOMEPAGE=http://debugmo.de/2009/04/bgrep-a-binary-grep/ +TERMUX_PKG_HOMEPAGE=https://debugmo.de/2009/04/bgrep-a-binary-grep/ TERMUX_PKG_DESCRIPTION="Binary string grep tool" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="Rabby Sheikh @xploitednoob" TERMUX_PKG_VERSION=1.0 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/rsharo/bgrep/archive/bgrep-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=ba5ddae672e84bf2d8ce91429a4ce8a5e3a154ee7e64d1016420f7dc7481ec0a TERMUX_PKG_BUILD_IN_SRC=true