Commit 284d67c0 authored by vincowl's avatar vincowl Committed by GitHub

[wayland] Update to 1.18.0 (#3915)

Co-authored-by: default avatarVincent GIRARD <vincent@heliosphere.fr>
parent 6eb3187b
...@@ -3,21 +3,13 @@ require 'package' ...@@ -3,21 +3,13 @@ require 'package'
class Wayland < Package class Wayland < Package
description 'Wayland is intended as a simpler replacement for X, easier to develop and maintain.' description 'Wayland is intended as a simpler replacement for X, easier to develop and maintain.'
homepage 'https://wayland.freedesktop.org' homepage 'https://wayland.freedesktop.org'
version '1.16.0' version '1.18.0'
source_url 'https://wayland.freedesktop.org/releases/wayland-1.16.0.tar.xz' source_url 'https://wayland.freedesktop.org/releases/wayland-1.18.0.tar.xz'
source_sha256 '4e72c2b56109ccfb6610d776e465f4ca0af2280c9c2f7d5cc23f0ed2548752f5' source_sha256 '4675a79f091020817a98fd0484e7208c8762242266967f55a67776936c2e294d'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/wayland-1.16.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/wayland-1.16.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/wayland-1.16.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/wayland-1.16.0-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: 'f1377f242b5971d95f79351bd46a7fe938c28292d0c1b270445b978fe828bb4e',
armv7l: 'f1377f242b5971d95f79351bd46a7fe938c28292d0c1b270445b978fe828bb4e',
i686: '7a601e7b17493ad3f72f7248ba031fda587e9223398205701be82e74be8c95a8',
x86_64: '6f4ac29bcad6eb9160b1da611e189b744a5ba5945b20318d72639962a9f2a917',
}) })
depends_on 'libpng' depends_on 'libpng'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment