janet: update to 1.14.2.

This commit is contained in:
Leah Neukirchen 2021-01-24 16:09:02 +01:00
parent 2c0480f122
commit 8ae7963ac2

View file

@ -1,7 +1,7 @@
# Template file for 'janet' # Template file for 'janet'
pkgname=janet pkgname=janet
version=1.14.1 version=1.14.2
revision=2 revision=1
build_style=meson build_style=meson
configure_args="-Db_lto=false" # breaks jpm configure_args="-Db_lto=false" # breaks jpm
short_desc="Dynamic Lisp dialect and bytecode VM" short_desc="Dynamic Lisp dialect and bytecode VM"
@ -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=fcdb12c4ca414af346f390f81ea6e2417da182656c1c36377237df57b92cfd34 checksum=587715eddbe007cbd33f16c89cc3aabc67a69196669b3c6995ce983dc00b54fb
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE