From c3157ef44eb681a7a7bb687020394dbd45a7b0ac Mon Sep 17 00:00:00 2001 From: vdutta Date: Fri, 11 Dec 2020 16:15:17 +0530 Subject: [PATCH] uspd: Enhancement in transaction APIs --- uspd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uspd/Makefile b/uspd/Makefile index 99c2777d0..6ab13a39d 100644 --- a/uspd/Makefile +++ b/uspd/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uspd -PKG_VERSION:=2.1.6 +PKG_VERSION:=2.1.7 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=e837131e46a6f71efcbdc293510445bdb5d07f2d +PKG_SOURCE_VERSION:=34791d784cffe69e0c3b69fb75bc219b25a9b5ab PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif