janet: update to 1.10.0.
This commit is contained in:
parent
71bc281992
commit
9a7cea8b88
2 changed files with 3 additions and 3 deletions
|
@ -3942,7 +3942,7 @@ libcaribou.so.0 libcaribou-0.4.21_3
|
|||
libtinyclipboard.so.1 tinyclipboard-16.01_1
|
||||
libcbor.so.0.7 libcbor-0.7.0_1
|
||||
libfido2.so.1 libfido2-1.3.0_1
|
||||
libjanet.so.1.9 janet-1.9.0_1
|
||||
libjanet.so.1.10 janet-1.10.0_1
|
||||
libOpenImageDenoise.so.0 openimagedenoise-1.2.0_1
|
||||
libcbang0.so cbang-1.3.3_1
|
||||
libblosc.so.1 c-blosc-1.17.1_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'janet'
|
||||
pkgname=janet
|
||||
version=1.9.1
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
short_desc="Dynamic Lisp dialect and bytecode VM"
|
||||
|
@ -8,7 +8,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=02724d6074a0d6fa53a548e8bdaaf49999f082e30b277c73444900f739a53062
|
||||
checksum=b12b2609ab69a2e681446e44368e3b72bdad15b550471365fd8580e2265d3389
|
||||
patch_args="-Np1"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue