Сравнение k9scli-0.50.14 с k9scli-0.50.18

/usr/portage/sys-cluster/k9scli/k9scli-0.50.18.ebuild 2026-06-10 19:17:07.270324044 +0300
1
# Copyright 2021-2025 Gentoo Authors
1
# Copyright 2021-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
6 6
inherit go-module
7 7

  
8 8
# update this on every bump
9
GIT_COMMIT=73fa0087
9
GIT_COMMIT=6dbf571c
10 10

  
11 11
DESCRIPTION="terminal based UI to manage kubernetes clusters"
12 12
HOMEPAGE="https://k9scli.io"
......
18 18
# Dependent licenses
19 19
LICENSE+=" Apache-2.0 BSD BSD-2 CC0-1.0 GPL-2 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense"
20 20
SLOT="0"
21
KEYWORDS="~amd64 ~arm64"
21
KEYWORDS="amd64 ~arm64"
22 22

  
23
BDEPEND=">=dev-lang/go-1.24.4"
23
BDEPEND=">=dev-lang/go-1.25.8"
24 24

  
25 25
src_prepare() {
26 26
	default
Спасибо!