github-cli ver. bump
This commit is contained in:
@@ -11,10 +11,10 @@ from pisi.actionsapi import get
|
|||||||
def build():
|
def build():
|
||||||
shelltools.system("go build \
|
shelltools.system("go build \
|
||||||
-trimpath \
|
-trimpath \
|
||||||
-ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v2.59.0 -X github.com/cli/cli/command.BuildDate=2024-10-20' \
|
-ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v2.64.0 -X github.com/cli/cli/command.BuildDate=2024-12-31' \
|
||||||
-o 'bin/gh' ./cmd/gh" % get.LDFLAGS())
|
-o 'bin/gh' ./cmd/gh" % get.LDFLAGS())
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("../cli-2.59.0")
|
shelltools.cd("../cli-2.64.0")
|
||||||
pisitools.insinto("/usr/bin", "bin/gh")
|
pisitools.insinto("/usr/bin", "bin/gh")
|
||||||
pisitools.dodoc("LICENSE", "README*")
|
pisitools.dodoc("LICENSE", "README*")
|
||||||
|
|||||||
Reference in New Issue
Block a user