From: Daniel Golle Date: Tue, 5 Nov 2024 19:09:49 +0000 (+0000) Subject: seatd: update to 0.9.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c3aed1a52be72d071a5588e6ad3062f5b23be56a;p=feed%2Fvideo.git seatd: update to 0.9.1 Signed-off-by: Daniel Golle --- diff --git a/libs/seatd/Makefile b/libs/seatd/Makefile index 0f830ba..3c85092 100644 --- a/libs/seatd/Makefile +++ b/libs/seatd/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=seatd -PKG_VERSION:=0.6.3 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=0.9.1 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.sr.ht/~kennylevinsen/seatd PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=f3bcdf68b67ec48e637851031a839bff1835ca8462a03fa4f7556f431217af37 +PKG_MIRROR_HASH:=bf572e248ba9f4bd7808b3fdfad04719f72bf2d1702d4c3bb503a0688f341936 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=MIT @@ -75,4 +75,3 @@ endef $(eval $(call BuildPackage,libseat)) $(eval $(call BuildPackage,seatd)) -$(eval $(call HostBuild)) diff --git a/libs/seatd/files/seatd.init b/libs/seatd/files/seatd.init index f2d1006..3ded5d9 100644 --- a/libs/seatd/files/seatd.init +++ b/libs/seatd/files/seatd.init @@ -8,6 +8,6 @@ PROG=/usr/bin/seatd start_service() { procd_open_instance - procd_set_param command "$PROG" + procd_set_param command "$PROG" -g video procd_close_instance }