Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] buildah: update to 1.18.0.
@ 2020-12-10 17:14 olafmersmann
  2020-12-10 17:48 ` [PR REVIEW] " ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: olafmersmann @ 2020-12-10 17:14 UTC (permalink / raw)
  To: ml

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

There is a new pull request by olafmersmann against master on the void-packages repository

https://github.com/olafmersmann/void-packages buildah
https://github.com/void-linux/void-packages/pull/27079

buildah: update to 1.18.0.
Also add changelog entry to template and install bash shell completion using `vcompletion`.

A patch file from https://github.com/void-linux/void-packages/pull/27079.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-buildah-27079.patch --]
[-- Type: text/x-diff, Size: 1364 bytes --]

From 62361a1964d9b417de8392b5e8d7827567f4c97f Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Thu, 10 Dec 2020 18:12:39 +0100
Subject: [PATCH] buildah: update to 1.18.0.

---
 srcpkgs/buildah/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/buildah/template b/srcpkgs/buildah/template
index 0859005c6db..d279224ef48 100644
--- a/srcpkgs/buildah/template
+++ b/srcpkgs/buildah/template
@@ -1,6 +1,6 @@
 # Template file for 'buildah'
 pkgname=buildah
-version=1.16.2
+version=1.18.0
 revision=1
 build_style=go
 go_import_path=github.com/containers/buildah
@@ -14,15 +14,16 @@ short_desc="Dockerfile compatible OCI image building tool"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="Apache-2.0"
 homepage="https://github.com/containers/buildah"
+changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=355b7b6c6486be0375d6ac74c43a61f1bed1faa6c90b1f70c389da4a7fc9a03e
+checksum=500c82fb369fd08a9bb9a41f294c5975f17575770dbfaba5cce9a6e09b6a3fb9
 
 post_build() {
 	make -C docs GOMD2MAN=go-md2man
 }
 
 post_install() {
-	vinstall contrib/completions/bash/buildah 644 /usr/share/bash-completion/completions
+	vcompletion contrib/completions/bash/buildah bash buildah
 	for _i in docs/*.1; do
 		vman $_i
 	done

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

end of thread, other threads:[~2020-12-10 22:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10 17:14 [PR PATCH] buildah: update to 1.18.0 olafmersmann
2020-12-10 17:48 ` [PR REVIEW] " ericonr
2020-12-10 17:52 ` [PR PATCH] [Updated] " olafmersmann
2020-12-10 17:54 ` [PR REVIEW] " olafmersmann
2020-12-10 21:57 ` CameronNemo
2020-12-10 22:45 ` [PR PATCH] [Merged]: " ericonr

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