janet: update to 1.18.0.
This commit is contained in:
parent
ebc8609a76
commit
7f98146720
2 changed files with 3 additions and 3 deletions
|
@ -3875,7 +3875,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.17 janet-1.17.0_1
|
||||
libjanet.so.1.18 janet-1.18.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.17.2
|
||||
version=1.18.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=3a1d885e16d0940f999b9449efedaa4f70f44f680e9815e1c9a774ed99a8d921
|
||||
checksum=f2d751b3b6e1a1712aae0f639be7a76764469303a55ae5d8881d6535dbe3bd0e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue