babashka: update to 1.4.192.

This commit is contained in:
Leah Neukirchen 2024-09-14 17:24:40 +02:00
parent 0cba5b7907
commit 29cdd00651
1 changed files with 11 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'babashka'
pkgname=babashka
version=1.3.190
version=1.4.192
revision=1
create_wrksrc=yes
hostmakedepends="mandrel leiningen git"
@ -11,14 +11,14 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="EPL-1.0"
homepage="https://babashka.org/"
changelog="https://github.com/babashka/babashka/raw/master/CHANGELOG.md"
_sci_commit=a39073922c10638f6a5afd0ade139d6bcde24535
_sci_commit=3657f5ee9052d3a1c4cfd79e335ab71486e46664
_babashka_curl_commit=e936acd40544eb637b6041c7e89454b21eb7ee34
_babashka_nrepl_commit=edd3d613bfb9bf3adabfd0bda5c3f5c6ee85ec20
_depstar_commit=2bf9d3c9f15298d7dd9de033674a42f830e23d6f
_process_commit=7b02584145992832c4a50f4f571b009ff093585d
_process_commit=5160f98666363afeeea9f728d12e7f0fd39263cd
_pods_commit=717cef7af5cb1c1b091bd10e012b2e71b7b8b9bc
_deps_clj_commit=0fdd3227fb733a26baf3c46cad982a781d814cac
_fs_commit=eb6ae0447976b076797adf01db9a3806393aec6a
_deps_clj_commit=4fd62578e215b7341dd6c818259e47c461949573
_fs_commit=99d6a3b2f55b851a6949ed6eee31412b299dcf01
_babashka_core_commit=52a6037bd4b632bffffb04394fb4efd0cdab6b1e
distfiles="https://github.com/babashka/babashka/archive/refs/tags/v${version}.tar.gz
https://github.com/borkdude/sci/archive/${_sci_commit}.tar.gz
@ -30,15 +30,15 @@ distfiles="https://github.com/babashka/babashka/archive/refs/tags/v${version}.ta
https://github.com/borkdude/deps.clj/archive/${_deps_clj_commit}.tar.gz
https://github.com/babashka/fs/archive/${_fs_commit}.tar.gz
https://github.com/babashka/babashka.core/archive/${_babashka_core_commit}.tar.gz"
checksum="4f211c27af27ecf9ea9c5d3f6ee1194e83a2a9b98d72a924118b352ce477ceee
8e6f721f2c421c4cb577074212fde1d9c799b1de5077f37898bd418c3e66e576
checksum="e923332820b9adeb68e21cc2a313b4d22b88e9e02185c96c647d705ea2c528cb
a551ad066bcb369a435d0e2f47cb8d7ff92801f11ba461b083becd8c25c2e570
6e60865ae2d4522c3de55b3b1daed51b42bb9bb6095b1d2fbd3620facece3257
e447b9953c0f58a4d9bd43f728ac1bfd044b58b9686507f47a7f3420eae657f5
9f5882a32d45e9b2ded563ccd95c1d5a958cdbb480da516f16ee4f6e3c561d33
5d304d6d34812589cf4f25a99960612f6e6fcdcd84c4691f5032fd1521610a8e
090878bb81cad6d9ae5a770895cb4ea621c09fef321f6c50a9b0b3885418f63d
ba983a36983a65368fea896e6a00910f243a2063883150e84d7f39e3c3347df2
dcec13c7f8cd21fbec635103339e0358228f0651fe0a2c1b4060b8651e0158b1
827d5b159464ea3c9285aeb4a8dc36897b44bf772a9c03f0e8ea0278b685aa93
645cb13a189c1d4da47f5237a5ed2e0c737253f023c0d46052a079fa696f3d9d
7eca2f04c3dead04e6125a13de02919dbe88296f49b17aea53482467d1afe3d8
bad285812bcc7de7e0dd905c5df99045d7f92d6e2e191fc2768c06adbaaeb709"
nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/33769/steps/shell_3/logs/stdio"
@ -60,6 +60,7 @@ post_extract() {
do_build() {
export GRAALVM_HOME=/usr/lib/jvm/mandrel21
export PATH=${GRAALVM_HOME}/bin:$PATH
if [ "$XBPS_TARGET_LIBC" = musl ]; then
export BABASHKA_MUSL=true
export BABASHKA_STATIC=true # mandrel workaround