mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
janet: update to 1.17.0.
This commit is contained in:
parent
590ad5fa98
commit
abac03d1af
2 changed files with 3 additions and 3 deletions
|
@ -3862,7 +3862,7 @@ libcaribou.so.0 libcaribou-0.4.21_3
|
||||||
libtinyclipboard.so.1 tinyclipboard-16.01_1
|
libtinyclipboard.so.1 tinyclipboard-16.01_1
|
||||||
libcbor.so.0.8 libcbor-0.8.0_1
|
libcbor.so.0.8 libcbor-0.8.0_1
|
||||||
libfido2.so.1 libfido2-1.6.0_2
|
libfido2.so.1 libfido2-1.6.0_2
|
||||||
libjanet.so.1.16 janet-1.16.0_1
|
libjanet.so.1.17 janet-1.17.0_1
|
||||||
libOpenImageDenoise.so.1 openimagedenoise-1.3.0_1
|
libOpenImageDenoise.so.1 openimagedenoise-1.3.0_1
|
||||||
libcbang0.so cbang-1.6.0_3
|
libcbang0.so cbang-1.6.0_3
|
||||||
libblosc.so.1 c-blosc-1.17.1_1
|
libblosc.so.1 c-blosc-1.17.1_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'janet'
|
# Template file for 'janet'
|
||||||
pkgname=janet
|
pkgname=janet
|
||||||
version=1.16.1
|
version=1.17.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Db_lto=false" # breaks jpm
|
configure_args="-Db_lto=false" # breaks jpm
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://janet-lang.org/"
|
homepage="https://janet-lang.org/"
|
||||||
distfiles="https://github.com/janet-lang/janet/archive/v${version}.tar.gz"
|
distfiles="https://github.com/janet-lang/janet/archive/v${version}.tar.gz"
|
||||||
checksum=ed9350ad7f0270e67f18a78dae4910b9534f19cd3f20f7183b757171e8cc79a5
|
checksum=45126be7274e0a298dcbe356b5310bd9328c94eb3a562316813fa9774ca34bcc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue