From 712c8f98f68d03d6c60e1982f4b35bb569b867e6 Mon Sep 17 00:00:00 2001 From: Bahar KURT Date: Sat, 24 May 2025 01:16:40 +0300 Subject: [PATCH 1/2] Bump github-cli --- programming/scm/github-cli/actions.py | 4 ++-- programming/scm/github-cli/pspec.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/programming/scm/github-cli/actions.py b/programming/scm/github-cli/actions.py index 8285c9685b..02798b55e0 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.70.0 -X github.com/cli/cli/command.BuildDate=2025-04-19' \ + -ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v2.73.0 -X github.com/cli/cli/command.BuildDate=2025-05-24' \ -o 'bin/gh' ./cmd/gh" % get.LDFLAGS()) def install(): - shelltools.cd("../cli-2.70.0") + shelltools.cd("../cli-2.73.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 fa9fabba26..4c4fc98686 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.70.0.tar.gz + https://github.com/cli/cli/archive/v2.73.0.tar.gz golang @@ -34,6 +34,13 @@ + + 2025-05-24 + 2.73.0 + Version bump + Bedirhan Kurt + bedirhan.kurt@outlook.com + 2025-04-19 2.70.0 From 5f79ac37c9b03709a1145947dd5928f2a9cac63d Mon Sep 17 00:00:00 2001 From: Bahar KURT Date: Sat, 24 May 2025 01:19:59 +0300 Subject: [PATCH 2/2] Bump blueprint-compiler --- programming/build/blueprint-compiler/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/build/blueprint-compiler/pspec.xml b/programming/build/blueprint-compiler/pspec.xml index e684f9cf3f..9befe96b74 100644 --- a/programming/build/blueprint-compiler/pspec.xml +++ b/programming/build/blueprint-compiler/pspec.xml @@ -14,7 +14,7 @@ git meson - https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.14.0/blueprint-compiler-v0.14.0.tar.gz + https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.16.0/blueprint-compiler-v0.16.0.tar.gz blueprint-compiler @@ -31,6 +31,13 @@ + + 2025-05-24 + 0.16.0 + Version bump + Bedirhan Kurt + bedirhan.kurt@outlook.com + 2024-12-31 0.14.0