janet: update to 1.32.0.

This commit is contained in:
Leah Neukirchen 2023-10-15 15:14:24 +02:00
parent fb61f02a8d
commit 5c43d71bf1
2 changed files with 2 additions and 17 deletions

View file

@ -1,15 +0,0 @@
--- a/meson.build
+++ b/meson.build
@@ -192,10 +192,11 @@
else
extra_cflags = []
endif
-janet_mainclient = executable('janet', janetc, mainclient_src,
+janet_mainclient = executable('janet', mainclient_src,
include_directories : incdir,
dependencies : janet_dependencies,
c_args : extra_cflags,
+ link_with : [libjanet],
install : true)
if meson.is_cross_build()

View file

@ -1,6 +1,6 @@
# Template file for 'janet'
pkgname=janet
version=1.31.0
version=1.32.0
revision=1
build_style=meson
configure_args="-Db_lto=false --libdir=/usr/lib" # breaks jpm
@ -10,7 +10,7 @@ license="MIT"
homepage="https://janet-lang.org/"
changelog="https://github.com/janet-lang/janet/blob/master/CHANGELOG.md"
distfiles="https://github.com/janet-lang/janet/archive/v${version}.tar.gz"
checksum=1f5064b97313b93f282e36584dfb7d491dd13d6ccf4f6550281232e77ccef780
checksum=d18e42b711d70254f4e0604049aa0d7307de0b92f622c6c61740838fc93cf1cb
post_install() {
vlicense LICENSE