From a0165dcc73d5f6efa9994879dddc2b520fce2224 Mon Sep 17 00:00:00 2001 From: Suru Dissanaike Date: Thu, 24 Jun 2021 16:16:51 +0000 Subject: [PATCH] SULU: updated package to 0.2.16 --- sulu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sulu/Makefile b/sulu/Makefile index 1227adabe..27743e906 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=0.2.15 +PKG_VERSION:=0.2.16 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/sulu.git -PKG_SOURCE_VERSION:=547d74e599025b7a35fc901590d1e83d462087b6 +PKG_SOURCE_VERSION:=7e8bcbdc437100e33df081b7809c9bd2df1d5a13 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz