From 37621309e8ca1209bd329f926856c200ed4ba483 Mon Sep 17 00:00:00 2001 From: vdutta Date: Mon, 28 Nov 2022 15:43:04 +0530 Subject: [PATCH] uspd: 2.2.14.1 --- uspd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uspd/Makefile b/uspd/Makefile index ba4b1c523..38dfacfe0 100644 --- a/uspd/Makefile +++ b/uspd/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uspd -PKG_VERSION:=2.2.14 +PKG_VERSION:=2.2.14.1 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git -PKG_SOURCE_VERSION:=1c3b886bb5e654049ae81cda726dffae950369c7 +PKG_SOURCE_VERSION:=e37e585d13c4c8f26c2f58059359b4a0552fdea0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif