mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
package/cage: bump to version 0.3.1
This minor release fixes a crash that could happen when a surface requests to be fullscreened right away during startup. Release notes: https://github.com/cage-kiosk/cage/releases/tag/v0.3.1 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
1799bf3680
commit
4cbe7861de
@@ -1,5 +1,5 @@
|
||||
# Locally computed, after checking PGP signature
|
||||
sha256 cd2510f83bef3e08e660d99492ca7761b218ecb53ee01cdbbeee3d6aabc7734e cage-0.3.0.tar.gz
|
||||
sha256 edafc173b6f56a3e1564933e272a54aaa9fe158d330e6a415d57b44ab880fe2b cage-0.3.1.tar.gz
|
||||
|
||||
# Hashes for license files:
|
||||
sha256 e117104073335dbaf78596fb1bedf89dda63c71f60f0b665947b2d369c77ecee LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CAGE_VERSION = 0.3.0
|
||||
CAGE_VERSION = 0.3.1
|
||||
CAGE_SITE = https://github.com/cage-kiosk/cage/releases/download/v$(CAGE_VERSION)
|
||||
CAGE_LICENSE = MIT
|
||||
CAGE_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user