pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xplr



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu May 27 20:43:17 UTC 2021

Modified Files:
        pkgsrc/sysutils/xplr: Makefile distinfo

Log Message:
sysutils/xplr: update to 0.13.0

Changes & fixes:
-Lua functions called via CallLua and CallLuaSilently will now receive
CallLuaArg object as input.
-node_types configurations will inherit parameters from the less specific
node_types configurations and overwrite them.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/xplr/Makefile \
    pkgsrc/sysutils/xplr/distinfo

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

Modified files:

Index: pkgsrc/sysutils/xplr/Makefile
diff -u pkgsrc/sysutils/xplr/Makefile:1.24 pkgsrc/sysutils/xplr/Makefile:1.25
--- pkgsrc/sysutils/xplr/Makefile:1.24  Tue May 25 16:15:54 2021
+++ pkgsrc/sysutils/xplr/Makefile       Thu May 27 20:43:17 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2021/05/25 16:15:54 pin Exp $
+# $NetBSD: Makefile,v 1.25 2021/05/27 20:43:17 pin Exp $
 
-DISTNAME=      xplr-0.12.1
+DISTNAME=      xplr-0.13.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sayanarijit/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
Index: pkgsrc/sysutils/xplr/distinfo
diff -u pkgsrc/sysutils/xplr/distinfo:1.24 pkgsrc/sysutils/xplr/distinfo:1.25
--- pkgsrc/sysutils/xplr/distinfo:1.24  Tue May 25 16:15:54 2021
+++ pkgsrc/sysutils/xplr/distinfo       Thu May 27 20:43:17 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2021/05/25 16:15:54 pin Exp $
+$NetBSD: distinfo,v 1.25 2021/05/27 20:43:17 pin Exp $
 
 SHA1 (ansi-to-tui-0.2.0.crate) = e6712454fcd541197419e9e0faa422beb4d10343
 RMD160 (ansi-to-tui-0.2.0.crate) = 628a5bd0723f5f379a2817bc7b454523d1d63e1a
@@ -488,10 +488,10 @@ SHA1 (winapi-x86_64-pc-windows-gnu-0.4.0
 RMD160 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 300417853d251d91cadb9650992a6aa98248619f
 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513
 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes
-SHA1 (xplr-0.12.1.tar.gz) = 70d54d2db83f696ac1499c8a9e9bcaa53540bff0
-RMD160 (xplr-0.12.1.tar.gz) = 815e3aa68c713a98f26af1790227c9b4dbfd7777
-SHA512 (xplr-0.12.1.tar.gz) = 7081c078fcc0fb6a37ca90564a0d3a056a0d8a03b31927e54282cda8d34d52fab7d234208404c87e0f3cb782256c5fcc069985feca333f8b56942479e804c439
-Size (xplr-0.12.1.tar.gz) = 76073 bytes
+SHA1 (xplr-0.13.0.tar.gz) = 60738ee5d7cb9a1727a0094d0c404c4f02b7b132
+RMD160 (xplr-0.13.0.tar.gz) = d70c2b3ceeb4feb2d2a2d675b6d7abb99457156a
+SHA512 (xplr-0.13.0.tar.gz) = 29a6991124274d954dbf8235ef92325d7fe93e9769c9232c637e15c6e39ffe265cbdf3ecdd32479279aa6596efdd42f133b48b91b5332b823ef844104c81e701
+Size (xplr-0.13.0.tar.gz) = 76308 bytes
 SHA1 (yaml-rust-0.4.5.crate) = de9261ecb0d790e56466b6e1c40371b1050a8650
 RMD160 (yaml-rust-0.4.5.crate) = 2148b0245a840e26646ae4b0c5f394fd8203ad5b
 SHA512 (yaml-rust-0.4.5.crate) = 7621dc8dfd5e7d4a7a8805b2a7e8319b63b852367655f2359d4e3e8fec6c4fad52d75c46ce1161e4c674eac0780b757ce9d34e664e304d8d2beec7afa0363ea0



Home | Main Index | Thread Index | Old Index