gh: add v2.69.0 (#49963)
This commit is contained in:
parent
1cf311f217
commit
1cbee69bec
@ -15,6 +15,7 @@ class Gh(GoPackage):
|
||||
|
||||
license("MIT")
|
||||
|
||||
version("2.69.0", sha256="e2deb3759bbe4da8ad4f071ca604fda5c2fc803fef8b3b89896013e4b1c1fe65")
|
||||
version("2.63.2", sha256="2578a8b1f00cb292a8094793515743f2a86e02b8d0b18d6b95959ddbeebd6b8d")
|
||||
version("2.63.1", sha256="b9a90118dfb46204dbcc0d09c2073d48f35b6f640b4db33fbaa24892fed56c8d")
|
||||
version("2.63.0", sha256="c5309db9707c9e64ebe264e1e2d0f893ecead9056d680b39a565aaa5513d2947")
|
||||
@ -45,12 +46,13 @@ class Gh(GoPackage):
|
||||
|
||||
conflicts("platform=darwin", when="@2.28.0")
|
||||
|
||||
depends_on("go@1.16:", type="build")
|
||||
depends_on("go@1.18:", type="build", when="@2.10.0:")
|
||||
depends_on("go@1.19:", type="build", when="@2.21.0:")
|
||||
depends_on("go@1.21:", type="build", when="@2.33.0:")
|
||||
depends_on("go@1.22:", type="build", when="@2.47.0:")
|
||||
depends_on("go@1.23.0:", type="build", when="@2.66.0:")
|
||||
depends_on("go@1.22.5:", type="build", when="@2.56.0:")
|
||||
depends_on("go@1.22.0:", type="build", when="@2.47.0:")
|
||||
depends_on("go@1.21.0:", type="build", when="@2.33.0:")
|
||||
depends_on("go@1.19.0:", type="build", when="@2.21.0:")
|
||||
depends_on("go@1.18.0:", type="build", when="@2.10.0:")
|
||||
depends_on("go@1.16.0:", type="build")
|
||||
|
||||
@property
|
||||
def build_args(self):
|
||||
|
Loading…
Reference in New Issue
Block a user