Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] skopeo: update to 1.16.0
@ 2024-07-30 20:07 cinerea0
  2024-07-31 13:07 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2024-07-30 20:07 UTC (permalink / raw)
  To: ml

[-- 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
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: skopeo: update to 1.16.0
  2024-07-30 20:07 [PR PATCH] skopeo: update to 1.16.0 cinerea0
@ 2024-07-31 13:07 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-07-31 13:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

There's a merged pull request on the void-packages repository

skopeo: update to 1.16.0
https://github.com/void-linux/void-packages/pull/51558

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

---

cc @CameronNemo


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-31 13:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-30 20:07 [PR PATCH] skopeo: update to 1.16.0 cinerea0
2024-07-31 13:07 ` [PR PATCH] [Merged]: " cinerea0

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).