From a18ac970ca37f598cf5e13767f353a801df13dd3 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Mon, 5 Jun 2023 21:49:23 +0200 Subject: [PATCH 1/2] joker: update to 1.1.0. --- srcpkgs/joker/template | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template index 10bf26db0b17..39e142672ca9 100644 --- a/srcpkgs/joker/template +++ b/srcpkgs/joker/template @@ -1,7 +1,7 @@ # Template file for 'joker' pkgname=joker -version=0.14.1 -revision=2 +version=1.1.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" @@ -9,20 +9,15 @@ maintainer="Dominic Monroe " license="EPL-1.0" homepage="https://joker-lang.org/" distfiles="https://github.com/candid82/joker/archive/v${version}.tar.gz" -checksum=c14789a091d38f7c9373705e9dc9edd24ab6c3c877f83788db4a0b14ebef26ef - -if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" joker" -fi +checksum=a963d8a3f1361143e33e0fa2463650173095cbf2e4593463007f32f4a81d3e57 +nocross=yes pre_build() { - JOKER="joker" - - if [ -z "$CROSS_BUILD" ]; then - JOKER="../joker" - go generate ./... - go build - fi + # from ./run.sh + go generate ./... +} - (cd std; "$JOKER" --hashmap-threshold 8192 generate-std.joke) +do_check() { + go build + ./all-tests.sh } From 1caaf559b0901b7043157a490e9c49b1a9accc67 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Mon, 5 Jun 2023 21:50:52 +0200 Subject: [PATCH 2/2] lazygit: update to 0.38.2. --- srcpkgs/lazygit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template index 77ca7aaf2703..aee7817a109b 100644 --- a/srcpkgs/lazygit/template +++ b/srcpkgs/lazygit/template @@ -1,6 +1,6 @@ # Template file for 'lazygit' pkgname=lazygit -version=0.38.1 +version=0.38.2 revision=1 build_style=go go_import_path=github.com/jesseduffield/lazygit @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/jesseduffield/lazygit" changelog="https://github.com/jesseduffield/lazygit/releases" distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz" -checksum=144f55267df7d51be9ae1dc3313707a7f6bcdf0c42eb330667c1fd661dec01b8 +checksum=2e727db952022c0518443d18c9b8a97a882970b93c5ab198ff33bb8ed2166c2f post_install() { vlicense LICENSE