From c63547cb65f07df6f1269310f369d294dec42627 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Mon, 30 Jan 2023 00:26:05 +0000 Subject: [PATCH] bump(main/proxmark3): 4.16191 This commit has been automatically submitted by Github Actions. --- packages/proxmark3/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/proxmark3/build.sh b/packages/proxmark3/build.sh index 6570292dc2..0c961a6d20 100644 --- a/packages/proxmark3/build.sh +++ b/packages/proxmark3/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE="https://github.com/RfidResearchGroup/proxmark3" TERMUX_PKG_DESCRIPTION="The Swiss Army Knife of RFID Research - RRG/Iceman repo" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="Marlin Sööse " -TERMUX_PKG_VERSION=1:4.15864 +TERMUX_PKG_VERSION="1:4.16191" TERMUX_PKG_SRCURL=https://github.com/RfidResearchGroup/proxmark3/archive/v${TERMUX_PKG_VERSION:2}.tar.gz -TERMUX_PKG_SHA256=0fb778f238813b3b6fbf3bf6901a6699c2e38cee7cf8d65dc8ec5951e65cc0ea +TERMUX_PKG_SHA256=cd97f7cdbba3c3d6519ce90cec806a0c72ef39f4aa8861403339b64668b768cd TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="libbz2, libc++, readline" TERMUX_PKG_BUILD_IN_SRC="true"