Skip to content
Snippets Groups Projects
Unverified Commit 0cec2c9f authored by Robert Maaskant's avatar Robert Maaskant Committed by GitHub
Browse files

glab: v1.52.0 and v1.53.0 (#49094)

parent c97be2a9
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ class Glab(GoPackage):
license("MIT")
version("1.53.0", sha256="2930aa5dd76030cc6edcc33483bb49dd6a328eb531d0685733ca7be7b906e915")
version("1.52.0", sha256="585495e53d3994172fb927218627b7470678bc766320cb52f4b4204238677dde")
version("1.51.0", sha256="6a95d827004fee258aacb49a427875e3b505b063cc578933d965cd56481f5a19")
version("1.48.0", sha256="45410de23a7bad37feeae18f47f3c0113d81133ad9bb97c8f0b8afc5409272c7")
version("1.46.1", sha256="935f732ddacc6e54fc83d06351fc25454ac8a58c465c3efa43e066ea226257c2")
......@@ -42,6 +44,7 @@ class Glab(GoPackage):
depends_on("go@1.22.5:", type="build", when="@1.44:")
depends_on("go@1.23:", type="build", when="@1.46:")
depends_on("go@1.23.2:", type="build", when="@1.48:")
depends_on("go@1.23.4:", type="build", when="@1.52:")
build_directory = "cmd/glab"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment