janet: update to 1.14.1.
This commit is contained in:
parent
da7eaa8865
commit
985d6c9475
2 changed files with 3 additions and 3 deletions
|
@ -3928,7 +3928,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.3.0_1
|
||||
libjanet.so.1.13 janet-1.13.1_1
|
||||
libjanet.so.1.14 janet-1.14.1_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.13.1
|
||||
version=1.14.1
|
||||
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=7d369b72a1fc649f7e5c254e2b746eb36885970504f6d9d3441507ca2d716644
|
||||
checksum=fcdb12c4ca414af346f390f81ea6e2417da182656c1c36377237df57b92cfd34
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue