janet: update to 1.16.0.
This commit is contained in:
parent
7bef1cd500
commit
806e7c39a7
|
@ -3865,7 +3865,7 @@ libcaribou.so.0 libcaribou-0.4.21_3
|
|||
libtinyclipboard.so.1 tinyclipboard-16.01_1
|
||||
libcbor.so.0.8 libcbor-0.8.0_1
|
||||
libfido2.so.1 libfido2-1.6.0_2
|
||||
libjanet.so.1.15 janet-1.15.1_1
|
||||
libjanet.so.1.16 janet-1.16.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,6 +1,6 @@
|
|||
# Template file for 'janet'
|
||||
pkgname=janet
|
||||
version=1.15.5
|
||||
version=1.16.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Db_lto=false" # breaks jpm
|
||||
|
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="MIT"
|
||||
homepage="https://janet-lang.org/"
|
||||
distfiles="https://github.com/janet-lang/janet/archive/v${version}.tar.gz"
|
||||
checksum=7f90dbad2d7049847034182240d61b491411544ed82b110c5778dabd9eea84ca
|
||||
checksum=84f83b356055557d668dd328a4242bbc652d3cb39e8431666ce391248f4c20e4
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue