Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jd: update to 1.8.1.
@ 2024-02-26 13:11 TeddyDD
  2024-02-26 13:12 ` [PR PATCH] [Updated] " TeddyDD
  2024-02-28 15:53 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: TeddyDD @ 2024-02-26 13:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-jd
https://github.com/void-linux/void-packages/pull/48953

jd: update to 1.8.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 673900b4118750c369e076956cc907a95ae94cfc Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Mon, 26 Feb 2024 14:10:57 +0100
Subject: [PATCH] jd: update to 1.8.1.

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

diff --git a/srcpkgs/jd/template b/srcpkgs/jd/template
index ffbfdbbc41d23f..b0594ad6fbdab1 100644
--- a/srcpkgs/jd/template
+++ b/srcpkgs/jd/template
@@ -1,7 +1,7 @@
 # Template file for 'jd'
 pkgname=jd
-version=1.7.1
-revision=3
+version=1.8.1
+revision=1
 build_style=go
 go_import_path="github.com/josephburnett/jd"
 short_desc="JSON diff and patch"
@@ -9,7 +9,11 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/josephburnett/jd"
 distfiles="https://github.com/josephburnett/jd/archive/refs/tags/v${version}.tar.gz"
-checksum=3d0b693546891bab41ca5c3be859bc760631608c9add559aa561fb751cdd1c92
+checksum=40635f27543f91e656b902b94a2d6e9f4ed627b940484ad59b18fc7fe458f4a9
+
+do_check() {
+	make test
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] jd: update to 1.8.1.
  2024-02-26 13:11 [PR PATCH] jd: update to 1.8.1 TeddyDD
@ 2024-02-26 13:12 ` TeddyDD
  2024-02-28 15:53 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: TeddyDD @ 2024-02-26 13:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-jd
https://github.com/void-linux/void-packages/pull/48953

jd: update to 1.8.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 9b51d8ef325905d62f6bf64c956156e9a75f35ae Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Mon, 26 Feb 2024 14:10:57 +0100
Subject: [PATCH] jd: update to 1.8.1.

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

diff --git a/srcpkgs/jd/template b/srcpkgs/jd/template
index ffbfdbbc41d23f..bf86ade571fd1a 100644
--- a/srcpkgs/jd/template
+++ b/srcpkgs/jd/template
@@ -1,15 +1,19 @@
 # Template file for 'jd'
 pkgname=jd
-version=1.7.1
-revision=3
+version=1.8.1
+revision=1
 build_style=go
 go_import_path="github.com/josephburnett/jd"
 short_desc="JSON diff and patch"
-maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/josephburnett/jd"
 distfiles="https://github.com/josephburnett/jd/archive/refs/tags/v${version}.tar.gz"
-checksum=3d0b693546891bab41ca5c3be859bc760631608c9add559aa561fb751cdd1c92
+checksum=40635f27543f91e656b902b94a2d6e9f4ed627b940484ad59b18fc7fe458f4a9
+
+do_check() {
+	make test
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: jd: update to 1.8.1.
  2024-02-26 13:11 [PR PATCH] jd: update to 1.8.1 TeddyDD
  2024-02-26 13:12 ` [PR PATCH] [Updated] " TeddyDD
@ 2024-02-28 15:53 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-02-28 15:53 UTC (permalink / raw)
  To: ml

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

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

jd: update to 1.8.1.
https://github.com/void-linux/void-packages/pull/48953

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-02-28 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-26 13:11 [PR PATCH] jd: update to 1.8.1 TeddyDD
2024-02-26 13:12 ` [PR PATCH] [Updated] " TeddyDD
2024-02-28 15:53 ` [PR PATCH] [Merged]: " cinerea0

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