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(): def build():
shelltools.system("go build \ shelltools.system("go build \
-trimpath \ -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()) -o 'bin/gh' ./cmd/gh" % get.LDFLAGS())
def install(): def install():
shelltools.cd("../cli-2.70.0") shelltools.cd("../cli-2.73.0")
pisitools.insinto("/usr/bin", "bin/gh") pisitools.insinto("/usr/bin", "bin/gh")
pisitools.dodoc("LICENSE", "README*") pisitools.dodoc("LICENSE", "README*")
+8 -1
View File
@@ -14,7 +14,7 @@
<Summary>GitHub CLI</Summary> <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> <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. --> <!-- 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> <BuildDependencies>
<Dependency>golang</Dependency> <Dependency>golang</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -34,6 +34,13 @@
</Package> </Package>
<History> <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"> <Update release="7">
<Date>2025-04-19</Date> <Date>2025-04-19</Date>
<Version>2.70.0</Version> <Version>2.70.0</Version>