From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] skopeo: update to 1.16.0
Date: Tue, 30 Jul 2024 22:07:45 +0200 [thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51558@inbox.vuxu.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 400 bytes --]
There is a new pull request by cinerea0 against master on the void-packages repository
https://github.com/cinerea0/void-packages skopeo
https://github.com/void-linux/void-packages/pull/51558
skopeo: update to 1.16.0
#### Testing the changes
- I tested the changes in this PR: **YES**
---
cc @CameronNemo
A patch file from https://github.com/void-linux/void-packages/pull/51558.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-skopeo-51558.patch --]
[-- Type: text/x-diff, Size: 2127 bytes --]
From 80071335989ce019b9758ae0cec271f47778ca8d Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 30 Jul 2024 16:07:12 -0400
Subject: [PATCH] skopeo: update to 1.16.0
---
srcpkgs/skopeo/template | 25 ++++++++++---------------
1 file changed, 10 insertions(+), 15 deletions(-)
diff --git a/srcpkgs/skopeo/template b/srcpkgs/skopeo/template
index e387662607274d..493cfecaa078be 100644
--- a/srcpkgs/skopeo/template
+++ b/srcpkgs/skopeo/template
@@ -1,11 +1,11 @@
# Template file for 'skopeo'
pkgname=skopeo
-version=1.10.0
-revision=4
+version=1.16.0
+revision=1
build_style=go
build_helper=qemu
-go_import_path="github.com/containers/${pkgname}"
-go_package="${go_import_path}/cmd/${pkgname}"
+go_import_path="github.com/containers/skopeo"
+go_package="${go_import_path}/cmd/skopeo"
go_build_tags="containers_image_ostree_stub"
hostmakedepends="go-md2man pkg-config"
makedepends="device-mapper-devel gpgme-devel libbtrfs-devel"
@@ -14,26 +14,21 @@ short_desc="Utility for operations on container images and image repositories"
maintainer="Cameron Nemo <cam@nohom.org>"
license="Apache-2.0"
homepage="https://github.com/containers/skopeo"
-distfiles="https://github.com/containers/${pkgname}/archive/v${version}.tar.gz"
-checksum=c3d15ec25c028980b795a0ccdcd48296287b8467fe24a7bc319f5fc87378fe8c
+changelog="https://github.com/containers/skopeo/releases"
+distfiles="https://github.com/containers/skopeo/archive/refs/tags/v${version}.tar.gz"
+checksum=fed91fd067605460ef33431163227471b1e85c8768203fc393345d6ffd645448
make_dirs="/var/lib/atomic/sigstore 0755 root root"
-_completions="bash zsh fish"
post_build() {
make docs
- local cli=$(find $GOPATH/bin -name skopeo)
- for shell in $_completions
- do
- vtargetrun "$cli" completion "$shell" >"completion.$shell"
- done
}
post_install() {
for m in docs/*.1; do
vman "$m"
done
- for shell in $_completions
- do
- vcompletion "completion.$shell" "$shell"
+ for shell in bash fish zsh; do
+ vtargetrun "${DESTDIR}/usr/bin/skopeo" completion "${shell}" > "skopeo.${shell}"
+ vcompletion "skopeo.${shell}" "${shell}"
done
}
next reply other threads:[~2024-07-30 20:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-30 20:07 cinerea0 [this message]
2024-07-31 13:07 ` [PR PATCH] [Merged]: " cinerea0
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51558@inbox.vuxu.org \
--to=cinerea0@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).