mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
zig-utils.eclass: add 0.15 to the list of supported versions
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net> Part-of: https://github.com/gentoo/gentoo/pull/43623 Closes: https://github.com/gentoo/gentoo/pull/43623 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
3a92a171fc
commit
4e4f14bd8a
@ -491,8 +491,11 @@ zig-utils_find_installation() {
|
|||||||
|
|
||||||
einfo "Searching Zig ${ZIG_SLOT}..."
|
einfo "Searching Zig ${ZIG_SLOT}..."
|
||||||
|
|
||||||
|
# Upstream skipped releasing 0.15.0
|
||||||
local zig_supported_versions=(
|
local zig_supported_versions=(
|
||||||
"9999"
|
"9999"
|
||||||
|
"0.15.2"
|
||||||
|
"0.15.1"
|
||||||
"0.14.1"
|
"0.14.1"
|
||||||
"0.14.0"
|
"0.14.0"
|
||||||
"0.13.1"
|
"0.13.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user