From 3f80d0dc47598f4d5fa9986bb7befa8f8153bccf Mon Sep 17 00:00:00 2001
From: Bahar KURT <168406273+kurtbahartr@users.noreply.github.com>
Date: Sat, 19 Apr 2025 19:10:42 +0000
Subject: [PATCH] Bump github-cli
---
programming/scm/github-cli/actions.py | 4 ++--
programming/scm/github-cli/pspec.xml | 10 +++++++++-
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/programming/scm/github-cli/actions.py b/programming/scm/github-cli/actions.py
index 6a57bc34b7..8285c9685b 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.69.0 -X github.com/cli/cli/command.BuildDate=2025-03-22' \
+ -ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v2.70.0 -X github.com/cli/cli/command.BuildDate=2025-04-19' \
-o 'bin/gh' ./cmd/gh" % get.LDFLAGS())
def install():
- shelltools.cd("../cli-2.69.0")
+ shelltools.cd("../cli-2.70.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 64eddadef0..fa9fabba26 100644
--- a/programming/scm/github-cli/pspec.xml
+++ b/programming/scm/github-cli/pspec.xml
@@ -13,7 +13,8 @@
app:console
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.69.0.tar.gz
+
+ https://github.com/cli/cli/archive/v2.70.0.tar.gz
golang
@@ -33,6 +34,13 @@
+
+ 2025-04-19
+ 2.70.0
+ Version bump
+ Bedirhan Kurt
+ bedirhan.kurt@outlook.com
+
2025-03-22
2.69.0