pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/lutok



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 30 07:51:22 UTC 2025

Modified Files:
        pkgsrc/devel/lutok: Makefile PLIST distinfo

Log Message:
lutok: update to 0.6.1.

## Changes in version 0.6.1

Released on 2025/XX/YY.

* Issue 37: fix release tarball by relying on `make dist`.

## Changes in version 0.6

Released on 2025/01/04.

* Remove lingering C++-11 support. The project now requires a C++14 compliant toolchain to build.

* Fix a Doxygen warning by deleting the `stack_cleaner` copy/assignment operator.

* Vendor the ATF m4 files from freebsd/atf@atf-0.22 ,

* `m4/lua.m4`: remove legacy `lua-config` support in favor of `pkg_config`.

* Fix a benign buffer overrun complaint from gcc 13.2.

* Rename `--with-atf` to `--enable-atf`.

## Changes in version 0.5

Released on 2024/11/25.

* Use more modern autotools macros.  Bump the minimum autoconf version to 2.68 to
  support this change.

* Modify build code to improve Lua 5.4 support.

* Replace `std::auto_ptr` use with `std::unique_ptr` use.  This improves C++
  standard support and fixes the build with newer C++ standards.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/lutok/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/lutok/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/lutok/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/lutok/Makefile
diff -u pkgsrc/devel/lutok/Makefile:1.15 pkgsrc/devel/lutok/Makefile:1.16
--- pkgsrc/devel/lutok/Makefile:1.15    Thu Jul 25 05:41:51 2024
+++ pkgsrc/devel/lutok/Makefile Sun Mar 30 07:51:22 2025
@@ -1,24 +1,21 @@
-# $NetBSD: Makefile,v 1.15 2024/07/25 05:41:51 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/03/30 07:51:22 wiz Exp $
 
-DISTNAME=      lutok-0.4
-PKGREVISION=   3
+DISTNAME=      lutok-0.6.1
 CATEGORIES=    devel
-MASTER_SITES=  http://lutok.googlecode.com/files/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=freebsd/}
+GITHUB_RELEASE=        ${DISTNAME}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/jmmv/lutok
+HOMEPAGE=      https://github.com/freebsd/lutok/
 COMMENT=       Lightweight C++ API for Lua
 LICENSE=       modified-bsd
 
 USE_LANGUAGES=         c c++
+USE_CXX_FEATURES+=     c++14
 USE_LIBTOOL=           yes
 USE_TOOLS=             pkg-config
 GNU_CONFIGURE=         yes
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.lutok
-PKG_SUPPORTED_OPTIONS= tests
-PKG_SUGGESTED_OPTIONS= tests
-
 CONFIGURE_ARGS+=       --docdir=${PREFIX}/share/doc/lutok
 CONFIGURE_ARGS+=       --htmldir=${PREFIX}/share/doc/lutok/html
 CONFIGURE_ARGS+=       --without-doxygen
@@ -27,16 +24,6 @@ MAKE_FLAGS+=         examplesdir=${PREFIX}/shar
 
 PKGCONFIG_OVERRIDE=    lutok.pc.in
 
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mtests)
-.  include "../../devel/atf/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-atf
-PLIST_SUBST+=          TESTS=
-.else
-CONFIGURE_ARGS+=       --without-atf
-PLIST_SUBST+=          TESTS=@comment
-.endif
-
+.include "options.mk"
 .include "../../lang/lua/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/lutok/PLIST
diff -u pkgsrc/devel/lutok/PLIST:1.4 pkgsrc/devel/lutok/PLIST:1.5
--- pkgsrc/devel/lutok/PLIST:1.4        Sun Dec  8 01:20:21 2013
+++ pkgsrc/devel/lutok/PLIST    Sun Mar 30 07:51:22 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2013/12/08 01:20:21 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/03/30 07:51:22 wiz Exp $
 include/lutok/c_gate.hpp
 include/lutok/debug.hpp
 include/lutok/exceptions.hpp
@@ -12,223 +12,206 @@ lib/pkgconfig/lutok.pc
 share/doc/lutok/AUTHORS
 share/doc/lutok/COPYING
 share/doc/lutok/NEWS
-share/doc/lutok/README
-share/doc/lutok/html/a00001.html
-share/doc/lutok/html/a00002.html
-share/doc/lutok/html/a00002.png
-share/doc/lutok/html/a00003.html
-share/doc/lutok/html/a00004.html
+share/doc/lutok/README.md
 share/doc/lutok/html/a00005.html
-share/doc/lutok/html/a00005.png
-share/doc/lutok/html/a00006.html
-share/doc/lutok/html/a00006.png
-share/doc/lutok/html/a00007.html
-share/doc/lutok/html/a00008.html
-share/doc/lutok/html/a00009.html
-share/doc/lutok/html/a00010.html
-share/doc/lutok/html/a00011.html
-share/doc/lutok/html/a00013.html
-share/doc/lutok/html/a00013_source.html
-share/doc/lutok/html/a00016.html
-share/doc/lutok/html/a00016_source.html
-share/doc/lutok/html/a00019.html
-share/doc/lutok/html/a00019_source.html
-share/doc/lutok/html/a00022.html
-share/doc/lutok/html/a00022_source.html
-share/doc/lutok/html/a00025.html
-share/doc/lutok/html/a00025_source.html
-share/doc/lutok/html/a00028.html
-share/doc/lutok/html/a00028_source.html
-share/doc/lutok/html/a00031.html
-share/doc/lutok/html/a00031_source.html
+share/doc/lutok/html/a00005.js
+share/doc/lutok/html/a00005_source.html
+share/doc/lutok/html/a00023_source.html
+share/doc/lutok/html/a00026.html
+share/doc/lutok/html/a00026.js
+share/doc/lutok/html/a00026_source.html
 share/doc/lutok/html/a00032.html
-share/doc/lutok/html/a00033.html
-share/doc/lutok/html/a00034.html
-share/doc/lutok/html/a00035.html
-share/doc/lutok/html/a00039.html
-share/doc/lutok/html/a00040.html
-share/doc/lutok/html/a00041.html
-share/doc/lutok/html/a00042.html
-share/doc/lutok/html/a00043.html
+share/doc/lutok/html/a00032.js
+share/doc/lutok/html/a00032_source.html
+share/doc/lutok/html/a00038.html
+share/doc/lutok/html/a00038.js
+share/doc/lutok/html/a00038_source.html
 share/doc/lutok/html/a00044.html
-share/doc/lutok/html/a00045.html
-share/doc/lutok/html/a00046.html
-share/doc/lutok/html/a00047.html
-share/doc/lutok/html/a00048.html
-share/doc/lutok/html/a00049.html
+share/doc/lutok/html/a00044.js
+share/doc/lutok/html/a00044_source.html
+share/doc/lutok/html/a00050.html
+share/doc/lutok/html/a00050.js
+share/doc/lutok/html/a00050_source.html
+share/doc/lutok/html/a00056.html
+share/doc/lutok/html/a00056.js
+share/doc/lutok/html/a00056_source.html
+share/doc/lutok/html/a00064.html
+share/doc/lutok/html/a00065.html
+share/doc/lutok/html/a00066.html
+share/doc/lutok/html/a00067.html
+share/doc/lutok/html/a00067.js
+share/doc/lutok/html/a00884.html
+share/doc/lutok/html/a00887.html
+share/doc/lutok/html/a00887.js
+share/doc/lutok/html/a00888.html
+share/doc/lutok/html/a00891.html
+share/doc/lutok/html/a00891.js
+share/doc/lutok/html/a00892.html
+share/doc/lutok/html/a00895.html
+share/doc/lutok/html/a00895.js
+share/doc/lutok/html/a00896.html
+share/doc/lutok/html/a00899.html
+share/doc/lutok/html/a00899.js
+share/doc/lutok/html/a00899.png
+share/doc/lutok/html/a00900.html
+share/doc/lutok/html/a00903.html
+share/doc/lutok/html/a00903.js
+share/doc/lutok/html/a00903.png
+share/doc/lutok/html/a00904.html
+share/doc/lutok/html/a00907.html
+share/doc/lutok/html/a00907.js
+share/doc/lutok/html/a00907.png
+share/doc/lutok/html/a00908.html
+share/doc/lutok/html/a00911.html
+share/doc/lutok/html/a00911.js
+share/doc/lutok/html/a00912.html
+share/doc/lutok/html/a00915.html
+share/doc/lutok/html/a00915.js
+share/doc/lutok/html/a00916.html
+share/doc/lutok/html/a00919.html
+share/doc/lutok/html/a00919.js
+share/doc/lutok/html/a00920.html
+share/doc/lutok/html/a00923.html
+share/doc/lutok/html/a00923.js
+share/doc/lutok/html/a00924.html
+share/doc/lutok/html/a00927.html
+share/doc/lutok/html/a00927.js
 share/doc/lutok/html/annotated.html
+share/doc/lutok/html/annotated_dup.js
 share/doc/lutok/html/bc_s.png
-share/doc/lutok/html/bdwn.png
+share/doc/lutok/html/bc_sd.png
 share/doc/lutok/html/classes.html
+share/doc/lutok/html/clipboard.js
 share/doc/lutok/html/closed.png
+share/doc/lutok/html/cookie.js
+share/doc/lutok/html/doc.svg
+share/doc/lutok/html/docd.svg
 share/doc/lutok/html/doxygen.css
-share/doc/lutok/html/doxygen.png
+share/doc/lutok/html/doxygen.svg
+share/doc/lutok/html/doxygen_crawl.html
 share/doc/lutok/html/dynsections.js
 share/doc/lutok/html/files.html
-share/doc/lutok/html/ftv2blank.png
-share/doc/lutok/html/ftv2cl.png
-share/doc/lutok/html/ftv2doc.png
-share/doc/lutok/html/ftv2folderclosed.png
-share/doc/lutok/html/ftv2folderopen.png
-share/doc/lutok/html/ftv2lastnode.png
-share/doc/lutok/html/ftv2link.png
-share/doc/lutok/html/ftv2mlastnode.png
-share/doc/lutok/html/ftv2mnode.png
-share/doc/lutok/html/ftv2mo.png
-share/doc/lutok/html/ftv2node.png
-share/doc/lutok/html/ftv2ns.png
-share/doc/lutok/html/ftv2plastnode.png
-share/doc/lutok/html/ftv2pnode.png
-share/doc/lutok/html/ftv2splitbar.png
-share/doc/lutok/html/ftv2vertline.png
+share/doc/lutok/html/files_dup.js
+share/doc/lutok/html/folderclosed.svg
+share/doc/lutok/html/folderclosedd.svg
+share/doc/lutok/html/folderopen.svg
+share/doc/lutok/html/folderopend.svg
 share/doc/lutok/html/functions.html
 share/doc/lutok/html/functions_func.html
 share/doc/lutok/html/functions_vars.html
 share/doc/lutok/html/globals.html
 share/doc/lutok/html/globals_defs.html
 share/doc/lutok/html/hierarchy.html
+share/doc/lutok/html/hierarchy.js
 share/doc/lutok/html/index.html
 share/doc/lutok/html/jquery.js
+share/doc/lutok/html/minus.svg
+share/doc/lutok/html/minusd.svg
 share/doc/lutok/html/namespacemembers.html
 share/doc/lutok/html/namespacemembers_func.html
 share/doc/lutok/html/namespaces.html
+share/doc/lutok/html/namespaces_dup.js
 share/doc/lutok/html/nav_f.png
+share/doc/lutok/html/nav_fd.png
 share/doc/lutok/html/nav_g.png
 share/doc/lutok/html/nav_h.png
+share/doc/lutok/html/nav_hd.png
+share/doc/lutok/html/navtree.css
+share/doc/lutok/html/navtree.js
+share/doc/lutok/html/navtreedata.js
+share/doc/lutok/html/navtreeindex0.js
 share/doc/lutok/html/open.png
-share/doc/lutok/html/search/all_5f.html
-share/doc/lutok/html/search/all_5f.js
-share/doc/lutok/html/search/all_61.html
-share/doc/lutok/html/search/all_61.js
-share/doc/lutok/html/search/all_63.html
-share/doc/lutok/html/search/all_63.js
-share/doc/lutok/html/search/all_64.html
-share/doc/lutok/html/search/all_64.js
-share/doc/lutok/html/search/all_65.html
-share/doc/lutok/html/search/all_65.js
-share/doc/lutok/html/search/all_66.html
-share/doc/lutok/html/search/all_66.js
-share/doc/lutok/html/search/all_67.html
-share/doc/lutok/html/search/all_67.js
-share/doc/lutok/html/search/all_68.html
-share/doc/lutok/html/search/all_68.js
-share/doc/lutok/html/search/all_69.html
-share/doc/lutok/html/search/all_69.js
-share/doc/lutok/html/search/all_6c.html
-share/doc/lutok/html/search/all_6c.js
-share/doc/lutok/html/search/all_6e.html
-share/doc/lutok/html/search/all_6e.js
-share/doc/lutok/html/search/all_6f.html
-share/doc/lutok/html/search/all_6f.js
-share/doc/lutok/html/search/all_70.html
-share/doc/lutok/html/search/all_70.js
-share/doc/lutok/html/search/all_72.html
-share/doc/lutok/html/search/all_72.js
-share/doc/lutok/html/search/all_73.html
-share/doc/lutok/html/search/all_73.js
-share/doc/lutok/html/search/all_74.html
-share/doc/lutok/html/search/all_74.js
-share/doc/lutok/html/search/all_75.html
-share/doc/lutok/html/search/all_75.js
-share/doc/lutok/html/search/all_77.html
-share/doc/lutok/html/search/all_77.js
-share/doc/lutok/html/search/all_7e.html
-share/doc/lutok/html/search/all_7e.js
-share/doc/lutok/html/search/classes_61.html
-share/doc/lutok/html/search/classes_61.js
-share/doc/lutok/html/search/classes_64.html
-share/doc/lutok/html/search/classes_64.js
-share/doc/lutok/html/search/classes_65.html
-share/doc/lutok/html/search/classes_65.js
-share/doc/lutok/html/search/classes_66.html
-share/doc/lutok/html/search/classes_66.js
-share/doc/lutok/html/search/classes_69.html
-share/doc/lutok/html/search/classes_69.js
-share/doc/lutok/html/search/classes_73.html
-share/doc/lutok/html/search/classes_73.js
-share/doc/lutok/html/search/close.png
-share/doc/lutok/html/search/defines_72.html
-share/doc/lutok/html/search/defines_72.js
-share/doc/lutok/html/search/files_63.html
-share/doc/lutok/html/search/files_63.js
-share/doc/lutok/html/search/files_64.html
-share/doc/lutok/html/search/files_64.js
-share/doc/lutok/html/search/files_65.html
-share/doc/lutok/html/search/files_65.js
-share/doc/lutok/html/search/files_6f.html
-share/doc/lutok/html/search/files_6f.js
-share/doc/lutok/html/search/files_73.html
-share/doc/lutok/html/search/files_73.js
-share/doc/lutok/html/search/files_74.html
-share/doc/lutok/html/search/files_74.js
-share/doc/lutok/html/search/functions_61.html
-share/doc/lutok/html/search/functions_61.js
-share/doc/lutok/html/search/functions_63.html
-share/doc/lutok/html/search/functions_63.js
-share/doc/lutok/html/search/functions_64.html
-share/doc/lutok/html/search/functions_64.js
-share/doc/lutok/html/search/functions_65.html
-share/doc/lutok/html/search/functions_65.js
-share/doc/lutok/html/search/functions_66.html
-share/doc/lutok/html/search/functions_66.js
-share/doc/lutok/html/search/functions_67.html
-share/doc/lutok/html/search/functions_67.js
-share/doc/lutok/html/search/functions_68.html
-share/doc/lutok/html/search/functions_68.js
-share/doc/lutok/html/search/functions_69.html
-share/doc/lutok/html/search/functions_69.js
-share/doc/lutok/html/search/functions_6c.html
-share/doc/lutok/html/search/functions_6c.js
-share/doc/lutok/html/search/functions_6e.html
-share/doc/lutok/html/search/functions_6e.js
-share/doc/lutok/html/search/functions_6f.html
-share/doc/lutok/html/search/functions_6f.js
-share/doc/lutok/html/search/functions_70.html
-share/doc/lutok/html/search/functions_70.js
-share/doc/lutok/html/search/functions_72.html
-share/doc/lutok/html/search/functions_72.js
-share/doc/lutok/html/search/functions_73.html
-share/doc/lutok/html/search/functions_73.js
-share/doc/lutok/html/search/functions_74.html
-share/doc/lutok/html/search/functions_74.js
-share/doc/lutok/html/search/functions_75.html
-share/doc/lutok/html/search/functions_75.js
-share/doc/lutok/html/search/functions_77.html
-share/doc/lutok/html/search/functions_77.js
-share/doc/lutok/html/search/functions_7e.html
-share/doc/lutok/html/search/functions_7e.js
-share/doc/lutok/html/search/mag_sel.png
-share/doc/lutok/html/search/namespaces_61.html
-share/doc/lutok/html/search/namespaces_61.js
-share/doc/lutok/html/search/nomatches.html
+share/doc/lutok/html/plus.svg
+share/doc/lutok/html/plusd.svg
+share/doc/lutok/html/resize.js
+share/doc/lutok/html/search/all_0.js
+share/doc/lutok/html/search/all_1.js
+share/doc/lutok/html/search/all_10.js
+share/doc/lutok/html/search/all_11.js
+share/doc/lutok/html/search/all_12.js
+share/doc/lutok/html/search/all_2.js
+share/doc/lutok/html/search/all_3.js
+share/doc/lutok/html/search/all_4.js
+share/doc/lutok/html/search/all_5.js
+share/doc/lutok/html/search/all_6.js
+share/doc/lutok/html/search/all_7.js
+share/doc/lutok/html/search/all_8.js
+share/doc/lutok/html/search/all_9.js
+share/doc/lutok/html/search/all_a.js
+share/doc/lutok/html/search/all_b.js
+share/doc/lutok/html/search/all_c.js
+share/doc/lutok/html/search/all_d.js
+share/doc/lutok/html/search/all_e.js
+share/doc/lutok/html/search/all_f.js
+share/doc/lutok/html/search/classes_0.js
+share/doc/lutok/html/search/classes_1.js
+share/doc/lutok/html/search/classes_2.js
+share/doc/lutok/html/search/classes_3.js
+share/doc/lutok/html/search/classes_4.js
+share/doc/lutok/html/search/classes_5.js
+share/doc/lutok/html/search/close.svg
+share/doc/lutok/html/search/defines_0.js
+share/doc/lutok/html/search/files_0.js
+share/doc/lutok/html/search/files_1.js
+share/doc/lutok/html/search/files_2.js
+share/doc/lutok/html/search/files_3.js
+share/doc/lutok/html/search/files_4.js
+share/doc/lutok/html/search/files_5.js
+share/doc/lutok/html/search/functions_0.js
+share/doc/lutok/html/search/functions_1.js
+share/doc/lutok/html/search/functions_10.js
+share/doc/lutok/html/search/functions_11.js
+share/doc/lutok/html/search/functions_2.js
+share/doc/lutok/html/search/functions_3.js
+share/doc/lutok/html/search/functions_4.js
+share/doc/lutok/html/search/functions_5.js
+share/doc/lutok/html/search/functions_6.js
+share/doc/lutok/html/search/functions_7.js
+share/doc/lutok/html/search/functions_8.js
+share/doc/lutok/html/search/functions_9.js
+share/doc/lutok/html/search/functions_a.js
+share/doc/lutok/html/search/functions_b.js
+share/doc/lutok/html/search/functions_c.js
+share/doc/lutok/html/search/functions_d.js
+share/doc/lutok/html/search/functions_e.js
+share/doc/lutok/html/search/functions_f.js
+share/doc/lutok/html/search/mag.svg
+share/doc/lutok/html/search/mag_d.svg
+share/doc/lutok/html/search/mag_sel.svg
+share/doc/lutok/html/search/mag_seld.svg
+share/doc/lutok/html/search/namespaces_0.js
 share/doc/lutok/html/search/search.css
 share/doc/lutok/html/search/search.js
-share/doc/lutok/html/search/search_l.png
-share/doc/lutok/html/search/search_m.png
-share/doc/lutok/html/search/search_r.png
-share/doc/lutok/html/search/variables_5f.html
-share/doc/lutok/html/search/variables_5f.js
-share/doc/lutok/html/search/variables_6c.html
-share/doc/lutok/html/search/variables_6c.js
-share/doc/lutok/html/search/variables_6f.html
-share/doc/lutok/html/search/variables_6f.js
-share/doc/lutok/html/search/variables_73.html
-share/doc/lutok/html/search/variables_73.js
+share/doc/lutok/html/search/searchdata.js
+share/doc/lutok/html/search/typedefs_0.js
+share/doc/lutok/html/search/variables_0.js
+share/doc/lutok/html/search/variables_1.js
+share/doc/lutok/html/search/variables_2.js
+share/doc/lutok/html/search/variables_3.js
+share/doc/lutok/html/search/variables_4.js
+share/doc/lutok/html/splitbar.png
+share/doc/lutok/html/splitbard.png
+share/doc/lutok/html/sync_off.png
+share/doc/lutok/html/sync_on.png
 share/doc/lutok/html/tab_a.png
+share/doc/lutok/html/tab_ad.png
 share/doc/lutok/html/tab_b.png
+share/doc/lutok/html/tab_bd.png
 share/doc/lutok/html/tab_h.png
+share/doc/lutok/html/tab_hd.png
 share/doc/lutok/html/tab_s.png
+share/doc/lutok/html/tab_sd.png
 share/doc/lutok/html/tabs.css
 share/examples/lutok/Makefile
 share/examples/lutok/bindings.cpp
 share/examples/lutok/hello.cpp
 share/examples/lutok/interpreter.cpp
 share/examples/lutok/raii.cpp
-${TESTS}tests/lutok/Kyuafile
-${TESTS}tests/lutok/c_gate_test
-${TESTS}tests/lutok/debug_test
-${TESTS}tests/lutok/examples_test
-${TESTS}tests/lutok/exceptions_test
-${TESTS}tests/lutok/operations_test
-${TESTS}tests/lutok/stack_cleaner_test
-${TESTS}tests/lutok/state_test
+${PLIST.test}tests/lutok/Kyuafile
+${PLIST.test}tests/lutok/c_gate_test
+${PLIST.test}tests/lutok/debug_test
+${PLIST.test}tests/lutok/examples_test
+${PLIST.test}tests/lutok/exceptions_test
+${PLIST.test}tests/lutok/operations_test
+${PLIST.test}tests/lutok/stack_cleaner_test
+${PLIST.test}tests/lutok/state_test

Index: pkgsrc/devel/lutok/distinfo
diff -u pkgsrc/devel/lutok/distinfo:1.9 pkgsrc/devel/lutok/distinfo:1.10
--- pkgsrc/devel/lutok/distinfo:1.9     Tue Oct 26 10:15:38 2021
+++ pkgsrc/devel/lutok/distinfo Sun Mar 30 07:51:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:15:38 nia Exp $
+$NetBSD: distinfo,v 1.10 2025/03/30 07:51:22 wiz Exp $
 
-BLAKE2s (lutok-0.4.tar.gz) = 7154c8fc6cabfcc70bcfd5473ed906459996737836f2d495852a2ef09c9ff6a2
-SHA512 (lutok-0.4.tar.gz) = 664f30099bfbb30978e24068a9232a4ff1b5b1839c601bf784f35f6bb1394558067495093a3b0343c94e756d2e4186a32a8227baf5934c15c45905f7c0a5d19c
-Size (lutok-0.4.tar.gz) = 489570 bytes
+BLAKE2s (lutok-0.6.1.tar.gz) = 9686703e5488a6aba386d45ff3eaadfa04953873ffce753f144a8a014e5ae7a2
+SHA512 (lutok-0.6.1.tar.gz) = ffb1463050fde421b7fded7c619b206faad5ec3ca6a4fbe3a79121d76e6445d8a1e2337f59c85103fa9616860728a804bd099e64618b201f0cfa38df41637618
+Size (lutok-0.6.1.tar.gz) = 648933 bytes



Home | Main Index | Thread Index | Old Index