janet: update to 1.22.0.
This commit is contained in:
parent
01a88f3de5
commit
52d91a0f02
|
@ -3904,7 +3904,7 @@ libcaribou.so.0 libcaribou-0.4.21_3
|
||||||
libtinyclipboard.so.1 tinyclipboard-16.01_1
|
libtinyclipboard.so.1 tinyclipboard-16.01_1
|
||||||
libcbor.so.0.9 libcbor-0.9.0_1
|
libcbor.so.0.9 libcbor-0.9.0_1
|
||||||
libfido2.so.1 libfido2-1.6.0_2
|
libfido2.so.1 libfido2-1.6.0_2
|
||||||
libjanet.so.1.21 janet-1.21.1_1
|
libjanet.so.1.22 janet-1.22.0_1
|
||||||
libOpenImageDenoise.so.1 openimagedenoise-1.3.0_1
|
libOpenImageDenoise.so.1 openimagedenoise-1.3.0_1
|
||||||
libcbang0.so cbang-1.6.0_3
|
libcbang0.so cbang-1.6.0_3
|
||||||
libblosc.so.1 c-blosc-1.17.1_1
|
libblosc.so.1 c-blosc-1.17.1_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'janet'
|
# Template file for 'janet'
|
||||||
pkgname=janet
|
pkgname=janet
|
||||||
version=1.21.2
|
version=1.22.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Db_lto=false" # breaks jpm
|
configure_args="-Db_lto=false" # 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=52db8d18f93351256d0731810e8bea95516db8142f51eeb31664f7884bf63088
|
checksum=7c6969f8e82badc7afa28aa1054555c1c91d2858f9f45c41a82557f5c5ce85bd
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue