package/sway: bump to version 1.8.1
Update Sway to version 1.8.1, which brings a new release series to Buildroot and can be built with wlroots 0.16.x Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
111986f435
commit
0645cb39e0
@ -1,3 +1,3 @@
|
||||
# Locally computed, tarball verified with GPG signature
|
||||
sha256 0c64536fb2883ec518e75cfb119f9300115fb49b084e3fde62b794fe2c6c8d84 sway-1.7.tar.gz
|
||||
sha256 73f08fd2cf7948e8af900709efe44eae412ae11c5773960e25c9aa09f73bad41 sway-1.8.1.tar.gz
|
||||
sha256 bd35722bff46327f5eded1d211207277bbe043d2a22048b282c42ef801593b8b LICENSE
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SWAY_VERSION = 1.7
|
||||
SWAY_SITE = $(call github,swaywm,sway,v$(SWAY_VERSION))
|
||||
SWAY_VERSION = 1.8.1
|
||||
SWAY_SITE = https://github.com/swaywm/sway/releases/download/$(SWAY_VERSION)
|
||||
SWAY_LICENSE = MIT
|
||||
SWAY_LICENSE_FILES = LICENSE
|
||||
SWAY_DEPENDENCIES = systemd host-pkgconf wlroots json-c pcre cairo pango
|
||||
|
Loading…
Reference in New Issue
Block a user