pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-penlight



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Dec 10 13:16:20 UTC 2021

Modified Files:
        pkgsrc/devel/lua-penlight: Makefile distinfo

Log Message:
lua-penlight: update to 1.11.0

## 1.11.0 (2021-08-18)

 - fix: `stringx.strip` behaved badly with string lengths > 200
 - fix: `path.currentdir` now takes no arguments and calls `lfs.currentdir` without argument
 - feat: `utils.raise_deprecation` now has an option to NOT include a
   stack-trace


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/lua-penlight/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/lua-penlight/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/lua-penlight/Makefile
diff -u pkgsrc/devel/lua-penlight/Makefile:1.18 pkgsrc/devel/lua-penlight/Makefile:1.19
--- pkgsrc/devel/lua-penlight/Makefile:1.18     Thu May 13 10:19:09 2021
+++ pkgsrc/devel/lua-penlight/Makefile  Fri Dec 10 13:16:20 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2021/05/13 10:19:09 nia Exp $
+# $NetBSD: Makefile,v 1.19 2021/12/10 13:16:20 nia Exp $
 #
 
-DISTNAME=      penlight-1.10.0
+DISTNAME=      penlight-1.11.0
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel lua
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lunarmodules/}

Index: pkgsrc/devel/lua-penlight/distinfo
diff -u pkgsrc/devel/lua-penlight/distinfo:1.15 pkgsrc/devel/lua-penlight/distinfo:1.16
--- pkgsrc/devel/lua-penlight/distinfo:1.15     Tue Oct 26 10:15:36 2021
+++ pkgsrc/devel/lua-penlight/distinfo  Fri Dec 10 13:16:20 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:15:36 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/12/10 13:16:20 nia Exp $
 
-BLAKE2s (lua-penlight/penlight-1.10.0.tar.gz) = 49348dc9e0047836ed6a83fd28c108eea440397b4444e28be19efa6f3b71a041
-SHA512 (lua-penlight/penlight-1.10.0.tar.gz) = 47128b09d1f7d41e8cac7ecc50338b7ebe9095b6768a43f961e27156aac7129e192909e771711e3d2fbd87d3ef475d5934874e0b7ad44f1e40ab4c1cee00736d
-Size (lua-penlight/penlight-1.10.0.tar.gz) = 413134 bytes
+BLAKE2s (lua-penlight/penlight-1.11.0.tar.gz) = 4cf99b35319908a6fd0b4f6290bf25b1914fa4bacbd0d375e5c3724434cf9cd2
+SHA512 (lua-penlight/penlight-1.11.0.tar.gz) = dbf5b1a558cf7279db793c6e0b63a7cd5eade87c4c6c12d7de3c1416f85008b2fef44c90fd1268761a64d3f8f18a971a1b645ba55278032611fb04cd2276d23b
+Size (lua-penlight/penlight-1.11.0.tar.gz) = 413442 bytes



Home | Main Index | Thread Index | Old Index