mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/cage: bump version to 0.3.0
This version adds support for the wlr-foreign-toplevel-management and drm-lease-v1 protocols; switches the wlroots dependency to 0.20.0; and includes a few fixes. Release notes: https://github.com/cage-kiosk/cage/releases/tag/v0.3.0 Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
892aed53e0
commit
2ca0fdb48d
@@ -1,5 +1,5 @@
|
||||
# Locally computed
|
||||
sha256 9603ba1a130696dd39793ffab68397db504b378a733c09c0b86a5ebe3d6fe58d cage-v0.2.1-git4.tar.gz
|
||||
# Locally computed, after checking PGP signature
|
||||
sha256 cd2510f83bef3e08e660d99492ca7761b218ecb53ee01cdbbeee3d6aabc7734e cage-0.3.0.tar.gz
|
||||
|
||||
# Hashes for license files:
|
||||
sha256 e117104073335dbaf78596fb1bedf89dda63c71f60f0b665947b2d369c77ecee LICENSE
|
||||
|
||||
@@ -4,9 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CAGE_VERSION = v0.2.1
|
||||
CAGE_SITE = https://github.com/cage-kiosk/cage.git
|
||||
CAGE_SITE_METHOD = git
|
||||
CAGE_VERSION = 0.3.0
|
||||
CAGE_SITE = https://github.com/cage-kiosk/cage/releases/download/v$(CAGE_VERSION)
|
||||
CAGE_LICENSE = MIT
|
||||
CAGE_LICENSE_FILES = LICENSE
|
||||
CAGE_DEPENDENCIES = host-pkgconf wlroots
|
||||
|
||||
Reference in New Issue
Block a user