* [PR PATCH] joker: update to 1.3.0.
@ 2023-08-22 19:13 icp1994
2023-09-12 14:29 ` [PR PATCH] [Updated] " icp1994
2023-09-23 13:27 ` [PR PATCH] [Merged]: " Duncaen
0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-08-22 19:13 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/45717
joker: update to 1.3.0.
#### 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/45717.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-joker-45717.patch --]
[-- Type: text/x-diff, Size: 1044 bytes --]
From 73765c8064c3e14d806af0f01abfe92aae762d7a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 22 Aug 2023 00:07:02 +0530
Subject: [PATCH] joker: update to 1.3.0.
---
srcpkgs/joker/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index d03cc95f51f82..07c64862fc463 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -1,6 +1,6 @@
# Template file for 'joker'
pkgname=joker
-version=1.2.0
+version=1.3.0
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=bf82b2f5deeb5f449eee127c2173a89dfff53da6c9765d0da312bf730395efd4
+checksum=b05a9f15553f748b9ef827e6c96b42ad9c9d0d6bdf76ae592e77fae640b9d198
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.0.
2023-08-22 19:13 [PR PATCH] joker: update to 1.3.0 icp1994
@ 2023-09-12 14:29 ` icp1994
2023-09-23 13:27 ` [PR PATCH] [Merged]: " Duncaen
1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-09-12 14:29 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/45717
joker: update to 1.3.0.
#### 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/45717.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-joker-45717.patch --]
[-- Type: text/x-diff, Size: 1144 bytes --]
From 62db786818f6cf694a0ce9f8cf5a2ae9a6078632 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 22 Aug 2023 00:07:02 +0530
Subject: [PATCH] joker: update to 1.3.0.
---
srcpkgs/joker/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index eee3631aa599c..07c64862fc463 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -1,7 +1,7 @@
# Template file for 'joker'
pkgname=joker
-version=1.2.0
-revision=2
+version=1.3.0
+revision=1
build_style=go
go_import_path=github.com/candid82/joker
short_desc="Interpreted dialect of Clojure written in Go and Clojure(Script) linter"
@@ -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=bf82b2f5deeb5f449eee127c2173a89dfff53da6c9765d0da312bf730395efd4
+checksum=b05a9f15553f748b9ef827e6c96b42ad9c9d0d6bdf76ae592e77fae640b9d198
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.0.
2023-08-22 19:13 [PR PATCH] joker: update to 1.3.0 icp1994
2023-09-12 14:29 ` [PR PATCH] [Updated] " icp1994
@ 2023-09-23 13:27 ` Duncaen
1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-09-23 13:27 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.0.
https://github.com/void-linux/void-packages/pull/45717
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:[~2023-09-23 13:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-22 19:13 [PR PATCH] joker: update to 1.3.0 icp1994
2023-09-12 14:29 ` [PR PATCH] [Updated] " icp1994
2023-09-23 13:27 ` [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).