From 2816342a69f93123b42e1b8935d8219fc81fe93a Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Sat, 7 May 2022 12:28:35 +0200 Subject: [PATCH] sulu: 1.1.0 new way of creating themes --- sulu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sulu/Makefile b/sulu/Makefile index 095d6e08e..8e5ba64a1 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=1.0.4 +PKG_VERSION:=1.1.0 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git -PKG_SOURCE_VERSION:=222030dd934438c2340ce751b23840fa4e4848b3 +PKG_SOURCE_VERSION:=a1d60492736369ed924ed68e66c436ac5c673083 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz