From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 27 Feb 2025 09:32:10 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tnZJS-007YpR-2n for lore@lore.pengutronix.de; Thu, 27 Feb 2025 09:32:10 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tnZJS-0005pU-2E; Thu, 27 Feb 2025 09:32:10 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tnZJC-0005ox-AT; Thu, 27 Feb 2025 09:31:54 +0100 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Thu, 27 Feb 2025 09:31:53 +0100 Message-Id: <20250227083153.1294167-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] wayvnc: version bump 0.8.0 -> 0.9.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false https://github.com/any1/wayvnc/releases/tag/v0.9.0 https://github.com/any1/wayvnc/releases/tag/v0.9.1 Signed-off-by: Philipp Zabel --- rules/wayvnc.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/wayvnc.make b/rules/wayvnc.make index 41df73cdb0b9..aeda7ce7a353 100644 --- a/rules/wayvnc.make +++ b/rules/wayvnc.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WAYVNC) += wayvnc # # Paths and names # -WAYVNC_VERSION := 0.8.0 -WAYVNC_MD5 := 403b1e45edafa6bf07c9c308639df2b9 +WAYVNC_VERSION := 0.9.1 +WAYVNC_MD5 := a24b8dc1e6fe1fd14ad9532d9dc6f0d6 WAYVNC := wayvnc-$(WAYVNC_VERSION) WAYVNC_SUFFIX := tar.gz WAYVNC_URL := https://github.com/any1/wayvnc/archive/refs/tags/v$(WAYVNC_VERSION).$(WAYVNC_SUFFIX) @@ -53,6 +53,7 @@ $(STATEDIR)/wayvnc.targetinstall: @$(call install_fixup, wayvnc,DESCRIPTION,missing) @$(call install_copy, wayvnc, 0, 0, 0755, -, /usr/bin/wayvnc) + @$(call install_copy, wayvnc, 0, 0, 0755, -, /usr/bin/wayvncctl) @$(call install_finish, wayvnc) -- 2.39.5