Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] joker: update to 1.1.0.
Date: Wed, 11 Jan 2023 10:40:31 +0100	[thread overview]
Message-ID: <20230111094031.Bzg-Gh64-__QftfIt5JpuOaTx6TJa3VDQwZbkauDAJE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41192@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 477 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/41192

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

#### 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/41192.patch is attached

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

From 9f4237adcffade0e17902b50544e2678954c921a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 17 Dec 2022 20:47:54 +0530
Subject: [PATCH] joker: update to 1.1.0.

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

diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index 2682f33a5dfa..5084591665de 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -1,6 +1,6 @@
 # Template file for 'joker'
 pkgname=joker
-version=0.14.1
+version=1.1.0
 revision=1
 build_style=go
 go_import_path=github.com/candid82/joker
@@ -8,8 +8,8 @@ short_desc="Interpreted dialect of Clojure written in Go and Clojure(Script) lin
 maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="EPL-1.0"
 homepage="https://joker-lang.org/"
-distfiles="https://github.com/candid82/joker/archive/v${version}.tar.gz"
-checksum=c14789a091d38f7c9373705e9dc9edd24ab6c3c877f83788db4a0b14ebef26ef
+distfiles="https://github.com/candid82/joker/archive/refs/tags/v${version}.tar.gz"
+checksum=a963d8a3f1361143e33e0fa2463650173095cbf2e4593463007f32f4a81d3e57
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" joker"
@@ -17,10 +17,10 @@ fi
 
 pre_build() {
 	JOKER="joker"
+	CGO_ENABLED=0 GOARCH= go generate ./...
 
 	if [ -z "$CROSS_BUILD" ]; then
 		JOKER="../joker"
-		go generate ./...
 		go build
 	fi
 

  reply	other threads:[~2023-01-11  9:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-19 19:23 [PR PATCH] " icp1994
2023-01-11  9:40 ` icp1994 [this message]
2023-01-11 10:09 ` [PR PATCH] [Updated] " icp1994
2023-01-11 10:12 ` icp1994
2023-04-12  1:52 ` github-actions
2023-04-12  6:06 ` [PR PATCH] [Updated] " icp1994
2023-06-24 14:30 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230111094031.Bzg-Gh64-__QftfIt5JpuOaTx6TJa3VDQwZbkauDAJE@z \
    --to=icp1994@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).