janet: update to 1.29.1.

This commit is contained in:
Leah Neukirchen 2023-06-21 15:17:35 +02:00
parent 9d649f3ce6
commit d2158a690f

View file

@ -1,6 +1,6 @@
# Template file for 'janet' # Template file for 'janet'
pkgname=janet pkgname=janet
version=1.28.0 version=1.29.1
revision=1 revision=1
build_style=meson build_style=meson
configure_args="-Db_lto=false --libdir=/usr/lib" # breaks jpm configure_args="-Db_lto=false --libdir=/usr/lib" # 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=d78a4c367f1b2c9f95897fa13fc788b36ce49cfcc18083b0810e86b2dd1285bb checksum=2ac3f69842f3e805a8d072a9e36f207f6287f063654c51cb3cd2b6e73b1cadf6
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE