Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] orz: update to 1.5.0
@ 2019-10-23 12:31 voidlinux-github
  2019-10-25 21:25 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-23 12:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages orz
https://github.com/void-linux/void-packages/pull/15730

orz: update to 1.5.0


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

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

From 43ff4565b463579e3e39e8c63eba34b94a7bdfa6 Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Wed, 23 Oct 2019 15:29:29 +0300
Subject: [PATCH] orz: update to 1.5.0

---
 srcpkgs/orz/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/orz/template b/srcpkgs/orz/template
index b178fcbc34f..17abea22e2f 100644
--- a/srcpkgs/orz/template
+++ b/srcpkgs/orz/template
@@ -1,6 +1,6 @@
 # Template file for 'orz'
 pkgname=orz
-version=1.4.0
+version=1.5.0
 revision=1
 build_style=cargo
 short_desc="General purpose data compressor"
@@ -8,7 +8,7 @@ maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/richox/orz"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=456f5aba9e56da4330e6e746ca1671633623d65a4908b42bbbdd72eb6354bc2e
+checksum=3c59b8a050be6473618d57817ab4c74ad17cf4d2032cb6f80f4d9ec6d3571480
 
 post_install() {
 	vlicense LICENSE

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

* Re: orz: update to 1.5.0
  2019-10-23 12:31 [PR PATCH] orz: update to 1.5.0 voidlinux-github
@ 2019-10-25 21:25 ` voidlinux-github
  2019-10-25 21:29 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-25 21:25 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/15730#issuecomment-546518951

Comment:
The builds fail ?

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

* Re: orz: update to 1.5.0
  2019-10-23 12:31 [PR PATCH] orz: update to 1.5.0 voidlinux-github
  2019-10-25 21:25 ` voidlinux-github
@ 2019-10-25 21:29 ` voidlinux-github
  2019-10-26 14:35 ` voidlinux-github
  2019-11-01  7:41 ` [PR PATCH] [Closed]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-25 21:29 UTC (permalink / raw)
  To: ml

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

New comment by SolitudeSF on void-packages repository

https://github.com/void-linux/void-packages/pull/15730#issuecomment-546519790

Comment:
doesnt look like repo has cargo lock, so i guess some of the deps got updated and started requiring nightly compiler.

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

* Re: orz: update to 1.5.0
  2019-10-23 12:31 [PR PATCH] orz: update to 1.5.0 voidlinux-github
  2019-10-25 21:25 ` voidlinux-github
  2019-10-25 21:29 ` voidlinux-github
@ 2019-10-26 14:35 ` voidlinux-github
  2019-11-01  7:41 ` [PR PATCH] [Closed]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-26 14:35 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/15730#issuecomment-546608456

Comment:
I opened an issue upstream, to tell them that they should add the Cargo.lock to their repository.

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

* Re: [PR PATCH] [Closed]: orz: update to 1.5.0
  2019-10-23 12:31 [PR PATCH] orz: update to 1.5.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-26 14:35 ` voidlinux-github
@ 2019-11-01  7:41 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-01  7:41 UTC (permalink / raw)
  To: ml

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

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

orz: update to 1.5.0
https://github.com/void-linux/void-packages/pull/15730

Description:


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

end of thread, other threads:[~2019-11-01  7:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23 12:31 [PR PATCH] orz: update to 1.5.0 voidlinux-github
2019-10-25 21:25 ` voidlinux-github
2019-10-25 21:29 ` voidlinux-github
2019-10-26 14:35 ` voidlinux-github
2019-11-01  7:41 ` [PR PATCH] [Closed]: " voidlinux-github

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