瀏覽代碼

wayland: update to 1.24.0 (#8151)

Saikari 1 天之前
父節點
當前提交
f5601a418e
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      packages/w/wayland/xmake.lua

+ 3 - 2
packages/w/wayland/xmake.lua

@@ -3,12 +3,13 @@ package("wayland")
     set_description("Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol.")
     set_license("MIT")
 
-    add_urls("https://gitlab.freedesktop.org/wayland/wayland/-/releases/$(version)/downloads/wayland-$(version).tar.xz",
-             "https://fossies.org/linux/misc/wayland-$(version).tar.xz")
+    add_urls("https://fossies.org/linux/misc/wayland-$(version).tar.xz",
+             "https://gitlab.freedesktop.org/wayland/wayland/-/releases/$(version)/downloads/wayland-$(version).tar.xz")
     add_versions("1.18.0", "4675a79f091020817a98fd0484e7208c8762242266967f55a67776936c2e294d")
     add_versions("1.19.0", "baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15")
     add_versions("1.23.0", "05b3e1574d3e67626b5974f862f36b5b427c7ceeb965cb36a4e6c2d342e45ab2")
     add_versions("1.23.1", "864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed")
+    add_versions("1.24.0", "82892487a01ad67b334eca83b54317a7c86a03a89cfadacfef5211f11a5d0536")
 
     if is_plat("linux") then
         add_extsources("apt::libwayland-dev", "pacman::wayland")