janet: update to 1.25.1.
This commit is contained in:
parent
ab8784dc69
commit
36900d358f
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'janet'
|
# Template file for 'janet'
|
||||||
pkgname=janet
|
pkgname=janet
|
||||||
version=1.24.1
|
version=1.25.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=67964e63957299fd46d9d2640443ae1b7ae3528a396c993c457c3296b1ae586e
|
checksum=0f8a4afaf7b58091e0a61c972ddd959bd61acb2a6306d3120492dee936bf751e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue