janet: update to 1.36.0.
This commit is contained in:
parent
ee646101ad
commit
7f9d73e1b8
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'janet'
|
# Template file for 'janet'
|
||||||
pkgname=janet
|
pkgname=janet
|
||||||
version=1.35.2
|
version=1.36.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=947dfdab6c1417c7c43efef2ecb7a92a3c339ce2135233fe88323740e6e7fab1
|
checksum=104aa500d4a43c2c147851823fd8b7cd06a90d01efcdff71529ff1fa68953bb4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue