Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] joker: update to 1.3.3.
@ 2023-12-24 19:09 icp1994
  2023-12-28  6:13 ` [PR PATCH] [Updated] " icp1994
  2024-01-06 20:40 ` [PR PATCH] [Merged]: joker: update to 1.3.4 ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-12-24 19:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages joker
https://github.com/void-linux/void-packages/pull/47895

joker: update to 1.3.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 0cf7d6f410645640a6994c7205060cb0127212d6 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 23 Dec 2023 12:41:00 +0530
Subject: [PATCH] joker: update to 1.3.3.

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

diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index bd20bde52a3f4..da0e752e6e27f 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -1,6 +1,6 @@
 # Template file for 'joker'
 pkgname=joker
-version=1.3.1
+version=1.3.3
 revision=1
 build_style=go
 go_import_path=github.com/candid82/joker
@@ -10,7 +10,7 @@ license="EPL-1.0"
 homepage="https://joker-lang.org/"
 changelog="https://github.com/candid82/joker/releases"
 distfiles="https://github.com/candid82/joker/archive/refs/tags/v${version}.tar.gz"
-checksum=52ddab431c7e8ebd3f3733679c55639fe99964c9ffba969042c537a3d0e809d9
+checksum=d508e74e781f9b17371773f7d435312d168c854d624f7098e9f0d2ce7cf82be4
 
 if [ "$CROSS_BUILD" ]; then
 	if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then

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

* Re: [PR PATCH] [Updated] joker: update to 1.3.3.
  2023-12-24 19:09 [PR PATCH] joker: update to 1.3.3 icp1994
@ 2023-12-28  6:13 ` icp1994
  2024-01-06 20:40 ` [PR PATCH] [Merged]: joker: update to 1.3.4 ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-12-28  6:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages joker
https://github.com/void-linux/void-packages/pull/47895

joker: update to 1.3.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From e8d30d967808d6b217e0b26b77474ac86d58de64 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 23 Dec 2023 12:41:00 +0530
Subject: [PATCH] joker: update to 1.3.4.

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

diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index bd20bde52a3f4..cc601e2bf48ea 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -1,6 +1,6 @@
 # Template file for 'joker'
 pkgname=joker
-version=1.3.1
+version=1.3.4
 revision=1
 build_style=go
 go_import_path=github.com/candid82/joker
@@ -10,7 +10,7 @@ license="EPL-1.0"
 homepage="https://joker-lang.org/"
 changelog="https://github.com/candid82/joker/releases"
 distfiles="https://github.com/candid82/joker/archive/refs/tags/v${version}.tar.gz"
-checksum=52ddab431c7e8ebd3f3733679c55639fe99964c9ffba969042c537a3d0e809d9
+checksum=aeb70b3f7731ebaa05e1807ef58c14383fdd6f9ff08ef8b2ea24b5c071248a4f
 
 if [ "$CROSS_BUILD" ]; then
 	if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then

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

* Re: [PR PATCH] [Merged]: joker: update to 1.3.4.
  2023-12-24 19:09 [PR PATCH] joker: update to 1.3.3 icp1994
  2023-12-28  6:13 ` [PR PATCH] [Updated] " icp1994
@ 2024-01-06 20:40 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2024-01-06 20:40 UTC (permalink / raw)
  To: ml

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

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

joker: update to 1.3.4.
https://github.com/void-linux/void-packages/pull/47895

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2024-01-06 20:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-24 19:09 [PR PATCH] joker: update to 1.3.3 icp1994
2023-12-28  6:13 ` [PR PATCH] [Updated] " icp1994
2024-01-06 20:40 ` [PR PATCH] [Merged]: joker: update to 1.3.4 ahesford

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