Bump github-cli

This commit is contained in:
Bahar KURT
2025-05-24 01:16:40 +03:00
parent 02f00fe8be
commit 712c8f98f6
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -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*")
+8 -1
View File
@@ -14,7 +14,7 @@
<Summary>GitHub CLI</Summary>
<Description>"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.</Description>
<!-- Also bump actions.py while bumping here. -->
<Archive sha1sum="2cdfd55561a026782863480ab1317608d1fdd456" type="targz">https://github.com/cli/cli/archive/v2.70.0.tar.gz</Archive>
<Archive sha1sum="82aa6a126a6967f70b09aaca918f2f276cf20374" type="targz">https://github.com/cli/cli/archive/v2.73.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>golang</Dependency>
</BuildDependencies>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="8">
<Date>2025-05-24</Date>
<Version>2.73.0</Version>
<Comment>Version bump</Comment>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
<Update release="7">
<Date>2025-04-19</Date>
<Version>2.70.0</Version>