kubectl: add v1.31.0 (#46343)

This commit is contained in:
Alec Scott 2024-09-12 10:17:16 -07:00 committed by GitHub
parent 9a4f83be1d
commit 56f3ae18f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@ class Kubectl(Package):
license("Apache-2.0")
version("1.31.0", sha256="6679eb90815cc4c3bef6c1b93f7a8451bf3f40d003f45ab57fdc9f8c4e8d4b4f")
version("1.27.1", sha256="3a3f7c6b8cf1d9f03aa67ba2f04669772b1205b89826859f1636062d5f8bec3f")
version("1.27.0", sha256="536025dba2714ee5e940bb0a6b1df9ca97c244fa5b00236e012776a69121c323")
depends_on("c", type="build") # generated
depends_on("bash", type="build")
depends_on("go", type="build")
depends_on("go@1.22:", type="build", when="@1.30:")
phases = ["build", "install"]