diff --git a/programming/scm/github-cli/actions.py b/programming/scm/github-cli/actions.py
index cbd3f11a3a..e4cf63f063 100644
--- a/programming/scm/github-cli/actions.py
+++ b/programming/scm/github-cli/actions.py
@@ -11,10 +11,10 @@ from pisi.actionsapi import get
def build():
shelltools.system("go build \
-trimpath \
- -ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v0.5.7 -X github.com/cli/cli/command.BuildDate=2020-02-24' \
+ -ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v2.59.0 -X github.com/cli/cli/command.BuildDate=2024-10-20' \
-o 'bin/gh' ./cmd/gh" % get.LDFLAGS())
def install():
- shelltools.cd("../cli-0.5.7")
+ shelltools.cd("../cli-2.59.0")
pisitools.insinto("/usr/bin", "bin/gh")
- pisitools.dodoc("LICENSE", "README*")
\ No newline at end of file
+ pisitools.dodoc("LICENSE", "README*")
diff --git a/programming/scm/github-cli/pspec.xml b/programming/scm/github-cli/pspec.xml
index ca7acd5b38..6ca39e3139 100644
--- a/programming/scm/github-cli/pspec.xml
+++ b/programming/scm/github-cli/pspec.xml
@@ -5,15 +5,15 @@
github-cli
https://github.com/cli/cli
- Blue Devil
- bluedevil@sctzine.com
+ Bedirhan Kurt
+ bedirhan.kurt@outlook.com
programming.scm
MIT
app:console
- The GitHub CLI
- gh is GitHub on the command line, and it's now available in beta. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
- https://github.com/cli/cli/archive/v0.5.7.tar.gz
+ GitHub CLI
+ "gh" is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with "git" and your code.
+ https://github.com/cli/cli/archive/v2.59.0.tar.gz
golang
@@ -26,9 +26,19 @@
/usr/bin/gh
/usr/share/doc
+
+ xdg-utils
+
+
+ 2024-10-20
+ 2.59.0
+ Unorphanage and version bump
+ Bedirhan Kurt
+ bedirhan.kurt@outlook.com
+
2020-02-24
0.5.7
@@ -37,4 +47,4 @@
bluedevil@sctzine.com
-
\ No newline at end of file
+