diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-11-11 22:30:10 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-11-11 22:30:10 +0100 |
| commit | 93441198ad63f8cd1a0cc1e1631ae069ce9312c1 (patch) | |
| tree | d17351bee55736be1b621ab3a33bdf3d17fc0d27 | |
| parent | fb88c74fd9df7e6a7e12ae7c9fd75c1d930ca993 (diff) | |
ci: checkout wlroots 0.16.0
| -rw-r--r-- | .builds/alpine.yml | 2 | ||||
| -rw-r--r-- | .builds/archlinux.yml | 2 | ||||
| -rw-r--r-- | .builds/freebsd.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 8bd9f3cc..f672cb9c 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -23,7 +23,7 @@ packages: - hwdata sources: - https://github.com/swaywm/sway - - https://gitlab.freedesktop.org/wlroots/wlroots.git + - https://gitlab.freedesktop.org/wlroots/wlroots.git#0.16.0 tasks: - wlroots: | cd wlroots diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 19bd2e59..d0744297 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -20,7 +20,7 @@ packages: - hwdata sources: - https://github.com/swaywm/sway - - https://gitlab.freedesktop.org/wlroots/wlroots.git + - https://gitlab.freedesktop.org/wlroots/wlroots.git#0.16.0 tasks: - wlroots: | cd wlroots diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 4f019613..7fd8dc9d 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -28,7 +28,7 @@ packages: - misc/hwdata sources: - https://github.com/swaywm/sway -- https://gitlab.freedesktop.org/wlroots/wlroots.git +- https://gitlab.freedesktop.org/wlroots/wlroots.git#0.16.0 tasks: - setup: | cd sway |
