From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 25 Feb 2022 17:32:32 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nNdWC-00A7H2-J0 for lore@lore.pengutronix.de; Fri, 25 Feb 2022 17:32:32 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nNdWB-0000No-OJ; Fri, 25 Feb 2022 17:32:31 +0100 Received: from dude03.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::39]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nNdVo-00007A-Gz for ptxdist@pengutronix.de; Fri, 25 Feb 2022 17:32:08 +0100 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Fri, 25 Feb 2022 17:32:07 +0100 Message-Id: <20220225163207.2937088-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [ptxdist] [PATCH] wlroots: version bump 0.15.0 -> 0.15.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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.ext.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Philipp Zabel --- rules/wlroots.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wlroots.make b/rules/wlroots.make index 1eeb12a94d23..c16e8aba1691 100644 --- a/rules/wlroots.make +++ b/rules/wlroots.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WLROOTS) += wlroots # # Paths and names # -WLROOTS_VERSION := 0.15.0 -WLROOTS_MD5 := e81f53b9c09a97447a9615e7461120f1 +WLROOTS_VERSION := 0.15.1 +WLROOTS_MD5 := d866abe05ebbcb1611b6273828302e87 WLROOTS := wlroots-$(WLROOTS_VERSION) WLROOTS_SUFFIX := tar.bz2 WLROOTS_URL := https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/$(WLROOTS_VERSION)/$(WLROOTS).$(WLROOTS_SUFFIX) -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de