From b17e15fe27f43d13ac3cb4ecd3ca422861f242f1 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 9 Jun 2026 09:00:30 +0100 Subject: [PATCH] wlroots: update to version 0.20.1 Bugfix point release on the 0.20 stable series. https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.20.1 Signed-off-by: Daniel Golle --- frameworks/wlroots/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/wlroots/Makefile b/frameworks/wlroots/Makefile index 485c3f62..334ab1cc 100644 --- a/frameworks/wlroots/Makefile +++ b/frameworks/wlroots/Makefile @@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wlroots -PKG_VERSION:=0.20.0 +PKG_VERSION:=0.20.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://gitlab.freedesktop.org/$(PKG_NAME)/$(PKG_NAME)/-/archive/$(PKG_VERSION) -PKG_HASH:=e2d024916ed3bd011e058e78007655469e8c624fc338a28da610b087793b887b +PKG_HASH:=e9e699a06492121153ce3a3448b0aa610f3285130754b85fbb58736c931fffec PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=MIT