From 469d854fc4df320dc1579974e6d703cdd9b646e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlin=20S=C3=B6=C3=B6se?= <30473690+msoose@users.noreply.github.com> Date: Thu, 27 May 2021 12:17:42 -0600 Subject: [PATCH] proxmark3-git: update to latest master --- packages/proxmark3-git/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/proxmark3-git/build.sh b/packages/proxmark3-git/build.sh index 84b7f7c2f..99730200c 100644 --- a/packages/proxmark3-git/build.sh +++ b/packages/proxmark3-git/build.sh @@ -2,10 +2,10 @@ 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-2.0" TERMUX_PKG_MAINTAINER="Marlin Sööse " -TERMUX_PKG_VERSION="2021.05.11-a6712295" TERMUX_PKG_REVISION=4 -TERMUX_PKG_SRCURL="https://github.com/RfidResearchGroup/proxmark3/archive/a6712295c7ad9b78962be1d21a8eb2fe0688093d.tar.gz" -TERMUX_PKG_SHA256="02eb06d82dddae1caad1d73e727250a7455d8f30950feb5dd9b6b391a460dc73" +TERMUX_PKG_VERSION="2021.05.27-3fe6c417" +TERMUX_PKG_SRCURL="https://github.com/RfidResearchGroup/proxmark3/archive/3fe6c417be629cae48e1a7d0e657676a8da06bc2.tar.gz" +TERMUX_PKG_SHA256="7c8d575c727d82a8d848b85eb9cf73541985dad615278bc75c839a3d9f15a81a" TERMUX_PKG_BUILD_DEPENDS="readline,libbz2" TERMUX_PKG_BUILD_IN_SRC="true" TERMUX_PKG_BLACKLISTED_ARCHES="i686, x86_64"