janet: update to 1.19.0.
This commit is contained in:
parent
8c8c074c93
commit
38e85bad72
|
@ -3889,7 +3889,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.18 janet-1.18.0_1
|
||||
libjanet.so.1.19 janet-1.19.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.18.1
|
||||
version=1.19.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Db_lto=false" # breaks jpm
|
||||
|
@ -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=bfc29c11a070cc175666f74eb99ea992276d6e269701ba9558a72cef05ac80b4
|
||||
checksum=613f08613d524349bea9777d9f4f930252a0f035332da113c993153fe5284ef2
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue