janet: update to 1.21.2.

This commit is contained in:
Leah Neukirchen 2022-04-03 18:31:30 +02:00
parent 2a09b7589e
commit 7d38c79fb0

View file

@ -1,6 +1,6 @@
# Template file for 'janet' # Template file for 'janet'
pkgname=janet pkgname=janet
version=1.21.1 version=1.21.2
revision=1 revision=1
build_style=meson build_style=meson
configure_args="-Db_lto=false" # breaks jpm configure_args="-Db_lto=false" # breaks jpm
@ -10,7 +10,7 @@ license="MIT"
homepage="https://janet-lang.org/" homepage="https://janet-lang.org/"
changelog="https://github.com/janet-lang/janet/blob/master/CHANGELOG.md" changelog="https://github.com/janet-lang/janet/blob/master/CHANGELOG.md"
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=8c6eeabbc0c00ac901b66763676fa4bfdac96e5b6a3def85025b45126227c4e0 checksum=52db8d18f93351256d0731810e8bea95516db8142f51eeb31664f7884bf63088
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE