janet: update to 1.18.1.
This commit is contained in:
parent
5fee852a5e
commit
ade732e7b8
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'janet'
|
# Template file for 'janet'
|
||||||
pkgname=janet
|
pkgname=janet
|
||||||
version=1.18.0
|
version=1.18.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
|
||||||
|
@ -8,8 +8,9 @@ short_desc="Dynamic Lisp dialect and bytecode VM"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://janet-lang.org/"
|
homepage="https://janet-lang.org/"
|
||||||
|
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=f2d751b3b6e1a1712aae0f639be7a76764469303a55ae5d8881d6535dbe3bd0e
|
checksum=bfc29c11a070cc175666f74eb99ea992276d6e269701ba9558a72cef05ac80b4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue