Skip to content

Commit 60f3c2e

Browse files
author
ktnb
committed
janet: update to 1.41.1
- Update file/write docstring - Improve messages on errors when loading the bundle script - Remove unused def - Disable MSVC runtime stack checks in janet_ffi_win64 - shell: Prevent buggy moving zero column behavior - Update to macos-14 in ci - Apply :flycheck on def as well - Take 2: 9front port, using 9front's Native Porting/Posix Environment - Fix math/int-{max,min} docstrings - Fix unix sockets issue on FreeBSD - Use double-NULL - Update year in copyright disclaimer to 2026 - Add omitted word "is" in docstrings - Document empty? more clearly. - Tweak some fiber-related docstrings - Document how to set local timezone for os/date and os/strftime. - Make peg-grammar available in all threads for peg/compile - Add ??/debug PEG rule - Use snprintf instead of sprintf
1 parent 4f94adb commit 60f3c2e

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

lang/janet/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.32 2025/12/26 20:05:48 ktnb Exp $
1+
# $NetBSD: Makefile,v 1.33 2026/02/16 15:42:23 ktnb Exp $
22

3-
DISTNAME= janet-1.40.1
3+
DISTNAME= janet-1.41.1
44
CATEGORIES= lang
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=janet-lang/}
66
GITHUB_TAG= v${PKGVERSION_NOREV}

lang/janet/PLIST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
@comment $NetBSD: PLIST,v 1.21 2025/12/26 20:05:48 ktnb Exp $
1+
@comment $NetBSD: PLIST,v 1.22 2026/02/16 15:42:23 ktnb Exp $
22
bin/janet
33
include/janet.h
44
include/janet/janet.h
55
lib/libjanet.a
66
lib/libjanet.so
77
lib/libjanet.so.${PKGVERSION}
8-
lib/libjanet.so.1.40
8+
lib/libjanet.so.1.41
99
lib/pkgconfig/janet.pc
1010
man/man1/janet.1
1111
@pkgdir lib/janet

lang/janet/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.30 2025/12/26 20:05:48 ktnb Exp $
1+
$NetBSD: distinfo,v 1.31 2026/02/16 15:42:23 ktnb Exp $
22

3-
BLAKE2s (janet-1.40.1.tar.gz) = 7fc9ad4fc19676669b60d6bb3537c69f674289ea8667ef3f4aa37f0ec5640fa8
4-
SHA512 (janet-1.40.1.tar.gz) = 04c52a1517c65e11dbf2bbac37b2a1d933a54d8e824f32e658abcd377ede90caaceb2cc1cdf643013d19ba3e5c1df43623cbc2f216eb54a310fb55d63692480a
5-
Size (janet-1.40.1.tar.gz) = 598390 bytes
3+
BLAKE2s (janet-1.41.1.tar.gz) = 815a832296e8a7b047f5baba923d9bcd072313dc4a5248b4f103d8e962633aab
4+
SHA512 (janet-1.41.1.tar.gz) = a4b8ddbc637eddb18acd95adfb43082918cfd28c9bc07ed21b4b6720e85cdae8dc925c422543a42e7764f7ad263156028d7ea6616a9f9e6eea5dea80c7dced97
5+
Size (janet-1.41.1.tar.gz) = 611722 bytes

0 commit comments

Comments
 (0)