Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions frameworks/wlroots/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ include $(TOPDIR)/rules.mk


PKG_NAME:=wlroots
PKG_VERSION:=0.20.1
PKG_VERSION:=0.20.2
PKG_RELEASE:=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:=e9e699a06492121153ce3a3448b0aa610f3285130754b85fbb58736c931fffec
PKG_HASH:=972c7ac44b17828f4702bfae7cd8347346a3fb5b2c1076cfa2c3fcedac5ec343

PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=MIT
Expand Down