janet: update to 1.28.0.
This commit is contained in:
parent
ab3e264c95
commit
fcdfbf8542
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'janet'
|
# Template file for 'janet'
|
||||||
pkgname=janet
|
pkgname=janet
|
||||||
version=1.27.0
|
version=1.28.0
|
||||||
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=a81c8750844323eb73aea064db9c467aa3361a03fc6f251d3e19a473b147082d
|
checksum=d78a4c367f1b2c9f95897fa13fc788b36ce49cfcc18083b0810e86b2dd1285bb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue