janet: update to 1.15.5.
This commit is contained in:
parent
562736ab31
commit
6c055cc3f8
2 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
--- meson.build.orig
|
--- meson.build.orig
|
||||||
+++ meson.build
|
+++ meson.build
|
||||||
@@ -184,10 +184,11 @@
|
@@ -192,10 +192,11 @@
|
||||||
else
|
else
|
||||||
extra_cflags = []
|
extra_cflags = []
|
||||||
endif
|
endif
|
||||||
-janet_mainclient = executable('janet', janetc, mainclient_src,
|
-janet_mainclient = executable('janet', janetc, mainclient_src,
|
||||||
+janet_mainclient = executable('janet', mainclient_src,
|
+janet_mainclient = executable('janet', mainclient_src,
|
||||||
include_directories : incdir,
|
include_directories : incdir,
|
||||||
dependencies : [m_dep, dl_dep, thread_dep],
|
dependencies : janet_dependencies,
|
||||||
c_args : extra_cflags,
|
c_args : extra_cflags,
|
||||||
+ link_with : [libjanet],
|
+ link_with : [libjanet],
|
||||||
install : true)
|
install : true)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'janet'
|
# Template file for 'janet'
|
||||||
pkgname=janet
|
pkgname=janet
|
||||||
version=1.15.4
|
version=1.15.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Db_lto=false" # breaks jpm
|
configure_args="-Db_lto=false" # breaks jpm
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://janet-lang.org/"
|
homepage="https://janet-lang.org/"
|
||||||
distfiles="https://github.com/janet-lang/janet/archive/v${version}.tar.gz"
|
distfiles="https://github.com/janet-lang/janet/archive/v${version}.tar.gz"
|
||||||
checksum=8eed302c8ded1df882544d13ce7e415b213cf7bc8fa77ca16110c89b36d19763
|
checksum=7f90dbad2d7049847034182240d61b491411544ed82b110c5778dabd9eea84ca
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue