Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0
@ 2023-06-17 16:53 cinerea0
  2023-06-18 14:27 ` cinerea0
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: cinerea0 @ 2023-06-17 16:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages jdupes
https://github.com/void-linux/void-packages/pull/44493

libjodycode: update to 3.0; jdupes: update to 1.25.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From f9c3b77733009deed8f1b53154f14b0032679dc7 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 17 Jun 2023 12:51:27 -0400
Subject: [PATCH 1/2] libjodycode: update to 3.0

---
 common/shlibs                | 2 +-
 srcpkgs/libjodycode/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 494e99b89550..4744dc450a17 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4270,5 +4270,5 @@ libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
 libplayerctl.so.2 playerctl-2.4.1_1
 libwireplumber-0.4.so.0 wireplumber-0.4.14_1
-libjodycode.so.2 libjodycode-2.0.1_1
+libjodycode.so.3 libjodycode-3.0_1
 libgsoapssl++-2.8.124.so gsoap-2.8.124_1
diff --git a/srcpkgs/libjodycode/template b/srcpkgs/libjodycode/template
index 645266101089..f202dc0e1574 100644
--- a/srcpkgs/libjodycode/template
+++ b/srcpkgs/libjodycode/template
@@ -1,6 +1,6 @@
 # Template file for 'libjodycode'
 pkgname=libjodycode
-version=2.0.1
+version=3.0
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
@@ -8,12 +8,12 @@ short_desc="Shared code used by several utilities written by Jody Bruchon"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jbruchon/libjodycode"
-changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES"
+changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz"
-checksum=1fdd106ab4d90aa1c0a2546299144f62d18b90acada2d6ee25370c4907048927
+checksum=4393d3990189e9c2831f5a192b4333eb0f526eec5babacc7aafc3dcb02aaa25b
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }
 
 libjodycode-devel_package() {

From 5c6f76ef782f44558f07ee60ea7272014dae61fd Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 17 Jun 2023 12:51:46 -0400
Subject: [PATCH 2/2] jdupes: update to 1.25.0

---
 srcpkgs/jdupes/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template
index 3124ed79ffea..8c95520b1091 100644
--- a/srcpkgs/jdupes/template
+++ b/srcpkgs/jdupes/template
@@ -1,6 +1,6 @@
 # Template file for 'jdupes'
 pkgname=jdupes
-version=1.24.0
+version=1.25.0
 revision=1
 build_style=gnu-makefile
 make_build_args="ENABLE_BTRFS=1 ENABLE_DEDUPE=1"
@@ -10,12 +10,12 @@ short_desc="Powerful duplicate file finder and an enhanced fork of fdupes"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jbruchon/jdupes"
-changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES"
+changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz"
-checksum=76ee1ffcf958958c3e093bbe9674c9410d4b1d730081b50f6d1e2dc342b230dd
+checksum=210b7eee65a6a0eb86302a7a39d19d79add78e7ecc745b40fec8dcd6d47c4951
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }
 
 do_check() {

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

* Re: libjodycode: update to 3.0; jdupes: update to 1.25.0
  2023-06-17 16:53 [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0 cinerea0
@ 2023-06-18 14:27 ` cinerea0
  2023-06-19  2:10 ` [PR PATCH] [Updated] " cinerea0
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cinerea0 @ 2023-06-18 14:27 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/44493#issuecomment-1596167861

Comment:
libjodycode-3.0.1 just released; marking as draft while I test.

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

* Re: [PR PATCH] [Updated] libjodycode: update to 3.0; jdupes: update to 1.25.0
  2023-06-17 16:53 [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0 cinerea0
  2023-06-18 14:27 ` cinerea0
@ 2023-06-19  2:10 ` cinerea0
  2023-06-19  2:12 ` cinerea0
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cinerea0 @ 2023-06-19  2:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages jdupes
https://github.com/void-linux/void-packages/pull/44493

libjodycode: update to 3.0; jdupes: update to 1.25.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 15cb199d91247a97b02d01ed68fc08ea96573ea9 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 18 Jun 2023 22:09:32 -0400
Subject: [PATCH 1/2] libjodycode: update to 3.0.1

---
 common/shlibs                | 2 +-
 srcpkgs/libjodycode/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index c293ac460c08..4a102a518486 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4270,5 +4270,5 @@ libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
 libplayerctl.so.2 playerctl-2.4.1_1
 libwireplumber-0.4.so.0 wireplumber-0.4.14_1
-libjodycode.so.2 libjodycode-2.0.1_1
+libjodycode.so.3 libjodycode-3.0.1_1
 libgsoapssl++-2.8.124.so gsoap-2.8.124_1
diff --git a/srcpkgs/libjodycode/template b/srcpkgs/libjodycode/template
index 645266101089..92f5ed05e736 100644
--- a/srcpkgs/libjodycode/template
+++ b/srcpkgs/libjodycode/template
@@ -1,6 +1,6 @@
 # Template file for 'libjodycode'
 pkgname=libjodycode
-version=2.0.1
+version=3.0.1
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
@@ -8,12 +8,12 @@ short_desc="Shared code used by several utilities written by Jody Bruchon"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jbruchon/libjodycode"
-changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES"
+changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz"
-checksum=1fdd106ab4d90aa1c0a2546299144f62d18b90acada2d6ee25370c4907048927
+checksum=e02aa4b96577fb5b6ca26018759cdaf71e3768dac321c07a84f2fb93ca4871bf
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }
 
 libjodycode-devel_package() {

From ce1e07498a50f83b82b8fe3c43de0e42a9946990 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 18 Jun 2023 22:09:52 -0400
Subject: [PATCH 2/2] jdupes: update to 1.25.0

---
 srcpkgs/jdupes/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template
index 3124ed79ffea..8c95520b1091 100644
--- a/srcpkgs/jdupes/template
+++ b/srcpkgs/jdupes/template
@@ -1,6 +1,6 @@
 # Template file for 'jdupes'
 pkgname=jdupes
-version=1.24.0
+version=1.25.0
 revision=1
 build_style=gnu-makefile
 make_build_args="ENABLE_BTRFS=1 ENABLE_DEDUPE=1"
@@ -10,12 +10,12 @@ short_desc="Powerful duplicate file finder and an enhanced fork of fdupes"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jbruchon/jdupes"
-changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES"
+changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz"
-checksum=76ee1ffcf958958c3e093bbe9674c9410d4b1d730081b50f6d1e2dc342b230dd
+checksum=210b7eee65a6a0eb86302a7a39d19d79add78e7ecc745b40fec8dcd6d47c4951
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }
 
 do_check() {

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

* Re: libjodycode: update to 3.0; jdupes: update to 1.25.0
  2023-06-17 16:53 [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0 cinerea0
  2023-06-18 14:27 ` cinerea0
  2023-06-19  2:10 ` [PR PATCH] [Updated] " cinerea0
@ 2023-06-19  2:12 ` cinerea0
  2023-06-20  1:02 ` libjodycode: update to 3.0.1; " cinerea0
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cinerea0 @ 2023-06-19  2:12 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/44493#issuecomment-1596167861

Comment:
libjodycode-3.0.1 just released; marking as draft while I test.

EDIT: Alright, looks good.

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

* Re: libjodycode: update to 3.0.1; jdupes: update to 1.25.0
  2023-06-17 16:53 [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0 cinerea0
                   ` (2 preceding siblings ...)
  2023-06-19  2:12 ` cinerea0
@ 2023-06-20  1:02 ` cinerea0
  2023-06-20  1:15 ` [PR PATCH] [Updated] " cinerea0
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cinerea0 @ 2023-06-20  1:02 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/44493#issuecomment-1597923770

Comment:
And now jdupes has a minor version bump. Hold, please.

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

* Re: [PR PATCH] [Updated] libjodycode: update to 3.0.1; jdupes: update to 1.25.0
  2023-06-17 16:53 [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0 cinerea0
                   ` (3 preceding siblings ...)
  2023-06-20  1:02 ` libjodycode: update to 3.0.1; " cinerea0
@ 2023-06-20  1:15 ` cinerea0
  2023-06-20  1:18 ` libjodycode: update to 3.0.1; jdupes: update to 1.25.1 cinerea0
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cinerea0 @ 2023-06-20  1:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages jdupes
https://github.com/void-linux/void-packages/pull/44493

libjodycode: update to 3.0.1; jdupes: update to 1.25.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 4ad04b00ec9c794e8baa353530b028cd5dfed49b Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 19 Jun 2023 21:14:31 -0400
Subject: [PATCH 1/2] libjodycode: update to 3.0.1

---
 common/shlibs                | 2 +-
 srcpkgs/libjodycode/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index c293ac460c08..4a102a518486 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4270,5 +4270,5 @@ libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
 libplayerctl.so.2 playerctl-2.4.1_1
 libwireplumber-0.4.so.0 wireplumber-0.4.14_1
-libjodycode.so.2 libjodycode-2.0.1_1
+libjodycode.so.3 libjodycode-3.0.1_1
 libgsoapssl++-2.8.124.so gsoap-2.8.124_1
diff --git a/srcpkgs/libjodycode/template b/srcpkgs/libjodycode/template
index 645266101089..92f5ed05e736 100644
--- a/srcpkgs/libjodycode/template
+++ b/srcpkgs/libjodycode/template
@@ -1,6 +1,6 @@
 # Template file for 'libjodycode'
 pkgname=libjodycode
-version=2.0.1
+version=3.0.1
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
@@ -8,12 +8,12 @@ short_desc="Shared code used by several utilities written by Jody Bruchon"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jbruchon/libjodycode"
-changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES"
+changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz"
-checksum=1fdd106ab4d90aa1c0a2546299144f62d18b90acada2d6ee25370c4907048927
+checksum=e02aa4b96577fb5b6ca26018759cdaf71e3768dac321c07a84f2fb93ca4871bf
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }
 
 libjodycode-devel_package() {

From 125b8003039ebb6c5491e8a218c2a220bdcb4eff Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 19 Jun 2023 21:14:51 -0400
Subject: [PATCH 2/2] jdupes: update to 1.25.1

---
 srcpkgs/jdupes/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template
index 3124ed79ffea..8bfa4e9746a1 100644
--- a/srcpkgs/jdupes/template
+++ b/srcpkgs/jdupes/template
@@ -1,6 +1,6 @@
 # Template file for 'jdupes'
 pkgname=jdupes
-version=1.24.0
+version=1.25.1
 revision=1
 build_style=gnu-makefile
 make_build_args="ENABLE_BTRFS=1 ENABLE_DEDUPE=1"
@@ -10,12 +10,12 @@ short_desc="Powerful duplicate file finder and an enhanced fork of fdupes"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jbruchon/jdupes"
-changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES"
+changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz"
-checksum=76ee1ffcf958958c3e093bbe9674c9410d4b1d730081b50f6d1e2dc342b230dd
+checksum=efcf1fd3c50747a459fcc2d007f27cb1b27b8d392651031553ecfc93943a26f2
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }
 
 do_check() {

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

* Re: libjodycode: update to 3.0.1; jdupes: update to 1.25.1
  2023-06-17 16:53 [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0 cinerea0
                   ` (4 preceding siblings ...)
  2023-06-20  1:15 ` [PR PATCH] [Updated] " cinerea0
@ 2023-06-20  1:18 ` cinerea0
  2023-06-22 18:51 ` cinerea0
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cinerea0 @ 2023-06-20  1:18 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/44493#issuecomment-1597923770

Comment:
And now jdupes has a minor version bump. Hold, please.

EDIT: We're good again.

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

* Re: libjodycode: update to 3.0.1; jdupes: update to 1.25.1
  2023-06-17 16:53 [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0 cinerea0
                   ` (5 preceding siblings ...)
  2023-06-20  1:18 ` libjodycode: update to 3.0.1; jdupes: update to 1.25.1 cinerea0
@ 2023-06-22 18:51 ` cinerea0
  2023-06-23  1:46 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cinerea0 @ 2023-06-22 18:51 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/44493#issuecomment-1603154769

Comment:
New jdupes again, hold for testing.

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

* Re: [PR PATCH] [Updated] libjodycode: update to 3.0.1; jdupes: update to 1.25.1
  2023-06-17 16:53 [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0 cinerea0
                   ` (6 preceding siblings ...)
  2023-06-22 18:51 ` cinerea0
@ 2023-06-23  1:46 ` cinerea0
  2023-06-23  1:49 ` libjodycode: update to 3.0.1; jdupes: update to 1.25.2 cinerea0
  2023-06-23 13:01 ` [PR PATCH] [Merged]: " Duncaen
  9 siblings, 0 replies; 11+ messages in thread
From: cinerea0 @ 2023-06-23  1:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages jdupes
https://github.com/void-linux/void-packages/pull/44493

libjodycode: update to 3.0.1; jdupes: update to 1.25.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 939483d551b2e872f57484c06d4c098691d597d1 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 22 Jun 2023 21:45:40 -0400
Subject: [PATCH 1/2] libjodycode: update to 3.0.1

---
 common/shlibs                | 2 +-
 srcpkgs/libjodycode/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index b34887a091f0..3e91bf520622 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4270,7 +4270,7 @@ libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
 libplayerctl.so.2 playerctl-2.4.1_1
 libwireplumber-0.4.so.0 wireplumber-0.4.14_1
-libjodycode.so.2 libjodycode-2.0.1_1
+libjodycode.so.3 libjodycode-3.0.1_1
 libgsoapssl++-2.8.124.so gsoap-2.8.124_1
 libjxl.so.0.8 libjxl-0.8.2_1
 libjxl_dec.so.0.8 libjxl-0.8.2_1
diff --git a/srcpkgs/libjodycode/template b/srcpkgs/libjodycode/template
index 645266101089..92f5ed05e736 100644
--- a/srcpkgs/libjodycode/template
+++ b/srcpkgs/libjodycode/template
@@ -1,6 +1,6 @@
 # Template file for 'libjodycode'
 pkgname=libjodycode
-version=2.0.1
+version=3.0.1
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
@@ -8,12 +8,12 @@ short_desc="Shared code used by several utilities written by Jody Bruchon"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jbruchon/libjodycode"
-changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES"
+changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz"
-checksum=1fdd106ab4d90aa1c0a2546299144f62d18b90acada2d6ee25370c4907048927
+checksum=e02aa4b96577fb5b6ca26018759cdaf71e3768dac321c07a84f2fb93ca4871bf
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }
 
 libjodycode-devel_package() {

From 8eb964630920bdd1f458b21cd2b175a67cb03ef4 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 22 Jun 2023 21:46:03 -0400
Subject: [PATCH 2/2] jdupes: update to 1.25.2

---
 srcpkgs/jdupes/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template
index 3124ed79ffea..28914083a92a 100644
--- a/srcpkgs/jdupes/template
+++ b/srcpkgs/jdupes/template
@@ -1,6 +1,6 @@
 # Template file for 'jdupes'
 pkgname=jdupes
-version=1.24.0
+version=1.25.2
 revision=1
 build_style=gnu-makefile
 make_build_args="ENABLE_BTRFS=1 ENABLE_DEDUPE=1"
@@ -10,12 +10,12 @@ short_desc="Powerful duplicate file finder and an enhanced fork of fdupes"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jbruchon/jdupes"
-changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES"
+changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz"
-checksum=76ee1ffcf958958c3e093bbe9674c9410d4b1d730081b50f6d1e2dc342b230dd
+checksum=c137d07a70bcf70e15e92365df6b69bd210bb7856b6f10a860529aa7afc324a7
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }
 
 do_check() {

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

* Re: libjodycode: update to 3.0.1; jdupes: update to 1.25.2
  2023-06-17 16:53 [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0 cinerea0
                   ` (7 preceding siblings ...)
  2023-06-23  1:46 ` [PR PATCH] [Updated] " cinerea0
@ 2023-06-23  1:49 ` cinerea0
  2023-06-23 13:01 ` [PR PATCH] [Merged]: " Duncaen
  9 siblings, 0 replies; 11+ messages in thread
From: cinerea0 @ 2023-06-23  1:49 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/44493#issuecomment-1603154769

Comment:
New jdupes again, hold for testing.

EDIT: Alright, it's fine again.

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

* Re: [PR PATCH] [Merged]: libjodycode: update to 3.0.1; jdupes: update to 1.25.2
  2023-06-17 16:53 [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0 cinerea0
                   ` (8 preceding siblings ...)
  2023-06-23  1:49 ` libjodycode: update to 3.0.1; jdupes: update to 1.25.2 cinerea0
@ 2023-06-23 13:01 ` Duncaen
  9 siblings, 0 replies; 11+ messages in thread
From: Duncaen @ 2023-06-23 13:01 UTC (permalink / raw)
  To: ml

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

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

libjodycode: update to 3.0.1; jdupes: update to 1.25.2
https://github.com/void-linux/void-packages/pull/44493

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


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

end of thread, other threads:[~2023-06-23 13:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-17 16:53 [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0 cinerea0
2023-06-18 14:27 ` cinerea0
2023-06-19  2:10 ` [PR PATCH] [Updated] " cinerea0
2023-06-19  2:12 ` cinerea0
2023-06-20  1:02 ` libjodycode: update to 3.0.1; " cinerea0
2023-06-20  1:15 ` [PR PATCH] [Updated] " cinerea0
2023-06-20  1:18 ` libjodycode: update to 3.0.1; jdupes: update to 1.25.1 cinerea0
2023-06-22 18:51 ` cinerea0
2023-06-23  1:46 ` [PR PATCH] [Updated] " cinerea0
2023-06-23  1:49 ` libjodycode: update to 3.0.1; jdupes: update to 1.25.2 cinerea0
2023-06-23 13:01 ` [PR PATCH] [Merged]: " Duncaen

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