Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ouch: update to 0.4.2
@ 2023-08-07 18:35 cinerea0
  2023-08-07 20:05 ` [PR PATCH] [Updated] " cinerea0
  2023-08-08  5:41 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2023-08-07 18:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages ouch
https://github.com/void-linux/void-packages/pull/45477

ouch: update to 0.4.2
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From d1940778070b016fdaa4a16433ef486ccf00ae86 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 7 Aug 2023 11:44:20 -0400
Subject: [PATCH] ouch: update to 0.4.2

---
 srcpkgs/ouch/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ouch/template b/srcpkgs/ouch/template
index 57205bad80ca5..1cd503bba9431 100644
--- a/srcpkgs/ouch/template
+++ b/srcpkgs/ouch/template
@@ -1,16 +1,17 @@
 # Template file for 'ouch'
 pkgname=ouch
-version=0.4.1
-revision=2
+version=0.4.2
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
-makedepends="liblzma-devel bzip2-devel libzip-devel"
+makedepends="liblzma-devel bzip2-devel libzip-devel libzstd-devel"
 short_desc="CLI utility for easily compressing and decompressing files and dirs"
 maintainer="Savoy <savoy@liberation.red>"
 license="MIT"
 homepage="https://github.com/ouch-org/ouch"
+changelog="https://raw.githubusercontent.com/ouch-org/ouch/main/CHANGELOG.md"
 distfiles="https://github.com/ouch-org/ouch/archive/refs/tags/${version}.tar.gz"
-checksum=b0fcd6bbe6c66544b5bf1167d72605427c5cc6afae564f23f3eff5ea22b01b79
+checksum=af7bd98dbcd2390f5863de22bd3059d62dcc624d40a6d9765855a3a52ece0c48
 
 pre_build() {
 	export OUCH_ARTIFACTS_FOLDER=artifacts

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

* Re: [PR PATCH] [Updated] ouch: update to 0.4.2
  2023-08-07 18:35 [PR PATCH] ouch: update to 0.4.2 cinerea0
@ 2023-08-07 20:05 ` cinerea0
  2023-08-08  5:41 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2023-08-07 20:05 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages ouch
https://github.com/void-linux/void-packages/pull/45477

ouch: update to 0.4.2
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From f9927ebcb769283874911b05da6f2bd8e8d72a56 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 7 Aug 2023 16:05:30 -0400
Subject: [PATCH] ouch: update to 0.4.2

---
 srcpkgs/ouch/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ouch/template b/srcpkgs/ouch/template
index 57205bad80ca5..71e1e4dd310e9 100644
--- a/srcpkgs/ouch/template
+++ b/srcpkgs/ouch/template
@@ -1,16 +1,17 @@
 # Template file for 'ouch'
 pkgname=ouch
-version=0.4.1
-revision=2
+version=0.4.2
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
-makedepends="liblzma-devel bzip2-devel libzip-devel"
+makedepends="liblzma-devel bzip2-devel libzip-devel libzstd-devel"
 short_desc="CLI utility for easily compressing and decompressing files and dirs"
 maintainer="Savoy <savoy@liberation.red>"
 license="MIT"
 homepage="https://github.com/ouch-org/ouch"
+changelog="https://raw.githubusercontent.com/ouch-org/ouch/main/CHANGELOG.md"
 distfiles="https://github.com/ouch-org/ouch/archive/refs/tags/${version}.tar.gz"
-checksum=b0fcd6bbe6c66544b5bf1167d72605427c5cc6afae564f23f3eff5ea22b01b79
+checksum=08015fa92770515cfa00570bc5f0f0a4f28f0ad238f360f3579ac043723a6ec2
 
 pre_build() {
 	export OUCH_ARTIFACTS_FOLDER=artifacts

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

* Re: [PR PATCH] [Merged]: ouch: update to 0.4.2
  2023-08-07 18:35 [PR PATCH] ouch: update to 0.4.2 cinerea0
  2023-08-07 20:05 ` [PR PATCH] [Updated] " cinerea0
@ 2023-08-08  5:41 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-08-08  5:41 UTC (permalink / raw)
  To: ml

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

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

ouch: update to 0.4.2
https://github.com/void-linux/void-packages/pull/45477

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


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

end of thread, other threads:[~2023-08-08  5:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-07 18:35 [PR PATCH] ouch: update to 0.4.2 cinerea0
2023-08-07 20:05 ` [PR PATCH] [Updated] " cinerea0
2023-08-08  5:41 ` [PR PATCH] [Merged]: " abenson

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