parent
96db567248
commit
8e696c35f5
1 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'babashka'
|
||||
pkgname=babashka
|
||||
version=1.2.174
|
||||
version=1.3.176
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="mandrel leiningen git"
|
||||
|
@ -11,7 +11,7 @@ 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=617bf809d1810b48cab24980864b85249c2a9d8b
|
||||
_sci_commit=ae1679ceee89acb00d05744355f501ffaa3cbddb
|
||||
_babashka_curl_commit=e936acd40544eb637b6041c7e89454b21eb7ee34
|
||||
_babashka_nrepl_commit=ad763a78f1bc327a493ff0b650aa5408ecbf4819
|
||||
_depstar_commit=c419b8c82041855d55593c5b561fc7cea8234712
|
||||
|
@ -30,8 +30,8 @@ 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="6a1f6b045915e562354e55d78a67d81a1f9bf8857cc743c54640ec02d3d8be8d
|
||||
8ff28bf9148ae17719b4acffaaa6747bd768bfc148eac6f8691ef7dcbd37b1d0
|
||||
checksum="23e1cf27d137afca665f4aa112254f5489f56b7aee5f81ce1ff4981cf7822d48
|
||||
844b3eea5d573952aa45dd0db5bc213981fa1208e27394d9bca1268165c4f3f6
|
||||
6e60865ae2d4522c3de55b3b1daed51b42bb9bb6095b1d2fbd3620facece3257
|
||||
c2a174c385d9728837c1432055669390de063a417fa7aacb36c9e826819f3e6a
|
||||
9d214a10a4f5e4f15b9c80354dae85689a40e941ec3417203354c0dc3ce9457b
|
||||
|
@ -55,6 +55,10 @@ post_extract() {
|
|||
rmdir $dir
|
||||
mv "$dir"-* $dir
|
||||
done
|
||||
|
||||
# Mandrel doesn't have GraalVM-SDK in the default classpath,
|
||||
# but some Babashka features require it.
|
||||
vsed -i -e '/:resource-paths/s@]@ "/usr/lib/jvm/mandrel17/lib/jvmci/graal-sdk.jar"]@' project.clj
|
||||
}
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Add table
Reference in a new issue