diff --git a/programming/scm/github-cli/actions.py b/programming/scm/github-cli/actions.py
index 02798b55e0..863bbdd664 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=v2.73.0 -X github.com/cli/cli/command.BuildDate=2025-05-24' \
+ -ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v2.78.0 -X github.com/cli/cli/command.BuildDate=2025-08-26' \
-o 'bin/gh' ./cmd/gh" % get.LDFLAGS())
def install():
- shelltools.cd("../cli-2.73.0")
+ shelltools.cd("../cli-2.78.0")
pisitools.insinto("/usr/bin", "bin/gh")
pisitools.dodoc("LICENSE", "README*")
diff --git a/programming/scm/github-cli/pspec.xml b/programming/scm/github-cli/pspec.xml
index 4c4fc98686..717c7cb96a 100644
--- a/programming/scm/github-cli/pspec.xml
+++ b/programming/scm/github-cli/pspec.xml
@@ -14,7 +14,7 @@
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.73.0.tar.gz
+ https://github.com/cli/cli/archive/v2.78.0.tar.gz
golang
@@ -34,6 +34,13 @@
+
+ 2025-08-26
+ 2.78.0
+ Version Bump.
+ Bedirhan Kurt
+ bedirhan.kurt@outlook.com
+
2025-05-24
2.73.0