mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/sway: bump to version 1.12
Also fix the current build error with 1.11, because sway 1.11 cannot be build with wlroots 0.20.0. Changelog: https://github.com/swaywm/sway/releases/tag/1.12 Signed-off-by: Raphael Pavlidis <raphael.pavlidis@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
31c1147bfd
commit
81e24e90bb
@@ -1,5 +1,6 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
# https://github.com/swaywm/sway/releases/download/1.11/sway-1.11.tar.gz.sig
|
||||
# https://github.com/swaywm/sway/releases/download/1.12/sway-1.12.tar.gz.sig
|
||||
# with key 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48 "emersion <contact@emersion.fr>"
|
||||
sha256 0e37a55b7c3379230e97e1ad982542b75016a0c7d6676198604e557f9b373dae sway-1.11.tar.gz
|
||||
# Unfortunately, the keys expired on 2025-04-03.
|
||||
sha256 a7b1becc217433c11c6284d36bcea0687b87b77b0ed26a384565292ec321f2b1 sway-1.12.tar.gz
|
||||
sha256 bd35722bff46327f5eded1d211207277bbe043d2a22048b282c42ef801593b8b LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SWAY_VERSION = 1.11
|
||||
SWAY_VERSION = 1.12
|
||||
SWAY_SITE = https://github.com/swaywm/sway/releases/download/$(SWAY_VERSION)
|
||||
SWAY_LICENSE = MIT
|
||||
SWAY_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user