janet: update to 1.17.2.

This commit is contained in:
Leah Neukirchen 2021-09-20 13:44:54 +02:00
parent 55af2f7242
commit ddad7cc67e

View file

@ -1,6 +1,6 @@
# Template file for 'janet' # Template file for 'janet'
pkgname=janet pkgname=janet
version=1.17.0 version=1.17.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
@ -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=45126be7274e0a298dcbe356b5310bd9328c94eb3a562316813fa9774ca34bcc checksum=3a1d885e16d0940f999b9449efedaa4f70f44f680e9815e1c9a774ed99a8d921
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE