janet: update to 1.16.1.

This commit is contained in:
Leah Neukirchen 2021-06-11 15:45:17 +02:00
parent a736faf421
commit 7efe009ba6

View file

@ -1,6 +1,6 @@
# Template file for 'janet' # Template file for 'janet'
pkgname=janet pkgname=janet
version=1.16.0 version=1.16.1
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=84f83b356055557d668dd328a4242bbc652d3cb39e8431666ce391248f4c20e4 checksum=ed9350ad7f0270e67f18a78dae4910b9534f19cd3f20f7183b757171e8cc79a5
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE