janet: update to 1.23.0.
This commit is contained in:
parent
998cbf54c1
commit
f9fba00a2e
|
@ -3897,7 +3897,7 @@ libcaribou.so.0 libcaribou-0.4.21_3
|
|||
libtinyclipboard.so.1 tinyclipboard-16.01_1
|
||||
libcbor.so.0.9 libcbor-0.9.0_1
|
||||
libfido2.so.1 libfido2-1.6.0_2
|
||||
libjanet.so.1.22 janet-1.22.0_1
|
||||
libjanet.so.1.23 janet-1.23.0_1
|
||||
libOpenImageDenoise.so.1 openimagedenoise-1.3.0_1
|
||||
libcbang0.so cbang-1.6.0_3
|
||||
libblosc.so.1 c-blosc-1.17.1_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'janet'
|
||||
pkgname=janet
|
||||
version=1.22.0
|
||||
revision=2
|
||||
version=1.23.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Db_lto=false --libdir=/usr/lib" # breaks jpm
|
||||
short_desc="Dynamic Lisp dialect and bytecode VM"
|
||||
|
@ -10,7 +10,7 @@ license="MIT"
|
|||
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"
|
||||
checksum=7c6969f8e82badc7afa28aa1054555c1c91d2858f9f45c41a82557f5c5ce85bd
|
||||
checksum=0b4d5d3632e0d376d9512ea8ea262f31f75c132b488dd7870f472acae709a865
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue