Bump github-cli
This commit is contained in:
@@ -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.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())
|
-o 'bin/gh' ./cmd/gh" % get.LDFLAGS())
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("../cli-2.69.0")
|
shelltools.cd("../cli-2.70.0")
|
||||||
pisitools.insinto("/usr/bin", "bin/gh")
|
pisitools.insinto("/usr/bin", "bin/gh")
|
||||||
pisitools.dodoc("LICENSE", "README*")
|
pisitools.dodoc("LICENSE", "README*")
|
||||||
|
|||||||
@@ -13,7 +13,8 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<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>
|
||||||
<Archive sha1sum="64310e9c146ae835a4a5e7c62be0734b88396f43" type="targz">https://github.com/cli/cli/archive/v2.69.0.tar.gz</Archive>
|
<!-- Also bump actions.py while bumping here. -->
|
||||||
|
<Archive sha1sum="2cdfd55561a026782863480ab1317608d1fdd456" type="targz">https://github.com/cli/cli/archive/v2.70.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>golang</Dependency>
|
<Dependency>golang</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -33,6 +34,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2025-04-19</Date>
|
||||||
|
<Version>2.70.0</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>Bedirhan Kurt</Name>
|
||||||
|
<Email>bedirhan.kurt@outlook.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2025-03-22</Date>
|
<Date>2025-03-22</Date>
|
||||||
<Version>2.69.0</Version>
|
<Version>2.69.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user