Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tomb: update to 2.8.1
@ 2020-12-14 18:07 biopsin
  2020-12-14 20:15 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: biopsin @ 2020-12-14 18:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages patch-1
https://github.com/void-linux/void-packages/pull/27155

tomb: update to 2.8.1
Closes https://github.com/void-linux/void-packages/issues/27138
Testers @diogoleal @darmon77

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

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

From da9951cad5bae1d50ad5d72ca69c674e97624ec9 Mon Sep 17 00:00:00 2001
From: biopsin <60029989+biopsin@users.noreply.github.com>
Date: Mon, 14 Dec 2020 19:06:14 +0100
Subject: [PATCH] tomb: update to 2.8.1

Closes https://github.com/void-linux/void-packages/issues/27138
Testers @diogoleal @darmon77
---
 srcpkgs/tomb/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tomb/template b/srcpkgs/tomb/template
index 5c72ec7c7e0..274fff1c109 100644
--- a/srcpkgs/tomb/template
+++ b/srcpkgs/tomb/template
@@ -1,6 +1,6 @@
 # Template file for 'tomb'
 pkgname=tomb
-version=2.8
+version=2.8.1
 revision=1
 wrksrc=Tomb-${version}
 build_style=gnu-makefile
@@ -12,12 +12,13 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.dyne.org/software/tomb/"
 distfiles="https://files.dyne.org/tomb/releases/Tomb-${version}.tar.gz"
-checksum=2c064bcb121001dcdd2113c7b728f697e5e5bf8e887a6a4eb633ba5bf1ffef2d
+checksum=74865ea3364706323a3ebe12886d5816dd86c90a100bc3b49fae6e60cbb7be16
 
 pre_build() {
 	sed -i extras/gtk-tray/Makefile \
 		-e's;$(CC) ;$(CC) $(CFLAGS) $(LDFLAGS) ;'
 }
+
 do_install() {
 	vbin tomb
 	vman doc/tomb.1

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

* Re: tomb: update to 2.8.1
  2020-12-14 18:07 [PR PATCH] tomb: update to 2.8.1 biopsin
@ 2020-12-14 20:15 ` ericonr
  2020-12-14 20:49 ` darmon77
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-14 20:15 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27155#issuecomment-744683892

Comment:
@biopsin thanks! I'm waiting on the builders to merge new things :)

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

* Re: tomb: update to 2.8.1
  2020-12-14 18:07 [PR PATCH] tomb: update to 2.8.1 biopsin
  2020-12-14 20:15 ` ericonr
@ 2020-12-14 20:49 ` darmon77
  2020-12-14 20:53 ` ericonr
  2020-12-15 14:13 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: darmon77 @ 2020-12-14 20:49 UTC (permalink / raw)
  To: ml

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

New comment by darmon77 on void-packages repository

https://github.com/void-linux/void-packages/pull/27155#issuecomment-744702048

Comment:


The new update is not yet published, or i have a version error ??
I am on version 2.8_1 and the error is still present. 
root@Dennis:/home/darmon/git|⇒  xbps-query -s tomb                        
[*] tomb-2.8_1 Minimalistic commandline tool to manage encrypted volumes


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

* Re: tomb: update to 2.8.1
  2020-12-14 18:07 [PR PATCH] tomb: update to 2.8.1 biopsin
  2020-12-14 20:15 ` ericonr
  2020-12-14 20:49 ` darmon77
@ 2020-12-14 20:53 ` ericonr
  2020-12-15 14:13 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-14 20:53 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27155#issuecomment-744703755

Comment:
You need to build the PR. Clone @biopsin's repository and follow the Quick Guide in the README

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

* Re: [PR PATCH] [Merged]: tomb: update to 2.8.1
  2020-12-14 18:07 [PR PATCH] tomb: update to 2.8.1 biopsin
                   ` (2 preceding siblings ...)
  2020-12-14 20:53 ` ericonr
@ 2020-12-15 14:13 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-15 14:13 UTC (permalink / raw)
  To: ml

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

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

tomb: update to 2.8.1
https://github.com/void-linux/void-packages/pull/27155

Description:
Closes https://github.com/void-linux/void-packages/issues/27138
Testers @diogoleal @darmon77

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

end of thread, other threads:[~2020-12-15 14:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 18:07 [PR PATCH] tomb: update to 2.8.1 biopsin
2020-12-14 20:15 ` ericonr
2020-12-14 20:49 ` darmon77
2020-12-14 20:53 ` ericonr
2020-12-15 14:13 ` [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).