From 8bd00c16d8af2b4b620a0b2c136e6830b9d6b3a0 Mon Sep 17 00:00:00 2001 From: Vincent Jardin Date: Wed, 21 Aug 2024 11:50:44 +0200 Subject: [PATCH] package/lsuio: change upstream, bump version The new version from peter@digitalbrains.com adds some few new features (name, offset, etc.) and it includes a few improvements. The former version was more than 14y old. There is no tag, neither any archive, so currently we use the latest git commit. Signed-off-by: Vincent Jardin Signed-off-by: Thomas Petazzoni --- package/lsuio/lsuio.hash | 2 +- package/lsuio/lsuio.mk | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/lsuio/lsuio.hash b/package/lsuio/lsuio.hash index 2df6d074f4..1c408697b2 100644 --- a/package/lsuio/lsuio.hash +++ b/package/lsuio/lsuio.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 c88b3850248b2d3419e025abd7b9b0991c8bd33a2d4983f9608408a29900bfb5 lsuio-0.2.0.tar.gz +sha256 fe799ea2920f07b3d950ae9b6b3dec8c0838437f4571fc8091b94fd765b3d415 lsuio-ba46808da148552462e50ba66d8d15cc5b9a3a00.tar.gz sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING diff --git a/package/lsuio/lsuio.mk b/package/lsuio/lsuio.mk index 193de15aef..46647d17ee 100644 --- a/package/lsuio/lsuio.mk +++ b/package/lsuio/lsuio.mk @@ -4,8 +4,9 @@ # ################################################################################ -LSUIO_VERSION = 0.2.0 -LSUIO_SITE = http://www.osadl.org/projects/downloads/UIO/user +# no tag yet +LSUIO_VERSION = ba46808da148552462e50ba66d8d15cc5b9a3a00 +LSUIO_SITE = $(call github,DigitalBrains1,lsuio,$(LSUIO_VERSION)) LSUIO_LICENSE = GPL-2.0 LSUIO_LICENSE_FILES = COPYING