Merge pull request #16713 from kurtbahartr/master

Bump various packages
This commit is contained in:
Kamil ATLI
2025-05-24 11:14:12 +03:00
committed by GitHub
3 changed files with 18 additions and 4 deletions
@@ -14,7 +14,7 @@
<Dependency>git</Dependency>
<Dependency>meson</Dependency>
</BuildDependencies>
<Archive sha1sum="529ff901ad94e351047fc474f29d7002274ea88e" type="targz">https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.14.0/blueprint-compiler-v0.14.0.tar.gz</Archive>
<Archive sha1sum="7ea8c8321e9e313a86eda272d2a163ed2dd1803b" type="targz">https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.16.0/blueprint-compiler-v0.16.0.tar.gz</Archive>
</Source>
<Package>
<Name>blueprint-compiler</Name>
@@ -31,6 +31,13 @@
</Files>
</Package>
<History>
<Update release="2">
<Date>2025-05-24</Date>
<Version>0.16.0</Version>
<Comment>Version bump</Comment>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
<Update release="1">
<Date>2024-12-31</Date>
<Version>0.14.0</Version>
+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>