From 8ef742a4cff063cd17336f0fef57ed91fdc417e1 Mon Sep 17 00:00:00 2001 From: vidplace7 Date: Mon, 29 Jun 2026 16:54:35 -0400 Subject: [PATCH] meshtasticd-web v2.7.1 --- meshtasticd-web/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtasticd-web/Makefile b/meshtasticd-web/Makefile index 3afcfa0..02ea10e 100644 --- a/meshtasticd-web/Makefile +++ b/meshtasticd-web/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=meshtasticd-web # TODO renovate -PKG_VERSION:=2.6.7 +PKG_VERSION:=2.7.1 PKG_RELEASE:=1 PKG_SOURCE:=build.tar PKG_SOURCE_URL:=https://github.com/meshtastic/web/releases/download/v$(PKG_VERSION)/ # TODO renovate? -PKG_HASH:=a34f4360a0486543a698de20de533557492e763ab459fc27fcea95d0495144ed +PKG_HASH:=dfb36b72f092d6e8cd0f202c0c4c01c4742dd3feb49758c574727f251299dbfe UNPACK_CMD=\ mkdir -p $(1)/web; \ $(TAR) -xf $(DL_DIR)/$(PKG_SOURCE) -C $(1)/web; \