sysutils/lsfp: update to 0.5.0
-Add more licenses -Change license short identifier to match SPDX -Fixed detecting hidden files/folders on Windows -Improved help message -Fixed inconsistent colors in help message -Improved error handling -Fixed single file printing -Removed useless prefix in config (.lsfprc) -Fixed error when running tree on directories -Improve when collapsed directories are underlined -Glob patterns
This commit is contained in:
parent
1197e2e150
commit
f79b68e23f
2 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.3 2021/04/24 19:50:06 pin Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2021/05/21 07:00:59 pin Exp $
|
||||
|
||||
DISTNAME= lsfp-0.4.3
|
||||
DISTNAME= lsfp-0.5.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=The-Noah/}
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
MAINTAINER= pin@NetBSD.org
|
||||
HOMEPAGE= https://github.com/The-Noah/lsfp/
|
||||
COMMENT= Cross-platform alternative to ls
|
||||
LICENSE= mit
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
$NetBSD: distinfo,v 1.2 2021/01/30 21:55:29 pin Exp $
|
||||
$NetBSD: distinfo,v 1.3 2021/05/21 07:00:59 pin Exp $
|
||||
|
||||
SHA1 (cc-1.0.66.crate) = f98df875de8368c04f07d8ab6318b87f01c5cfbf
|
||||
RMD160 (cc-1.0.66.crate) = 79a002545a9e0fc3bb4e81d9d4d43d075c060570
|
||||
SHA512 (cc-1.0.66.crate) = b07a70f88fa0588fb0f6bc7376e985834672cc9914a0713afe01740af6bcf01821d15720d831e8b7ea8b42f5866dbd011a245997f35bf8febc3b13d66089723e
|
||||
Size (cc-1.0.66.crate) = 53454 bytes
|
||||
SHA1 (lsfp-0.4.3.tar.gz) = 7d111584905a8e5d47c5834f8e20440868840c2f
|
||||
RMD160 (lsfp-0.4.3.tar.gz) = adf91aa867942b236348f258e5c775f275a5e4b7
|
||||
SHA512 (lsfp-0.4.3.tar.gz) = 89f847b5c524221da6f3fd1463d3b20466022d449d240474f866221cf5b2c145bdef8c13e5da62e8c055f447d373f0d5e4a17631ee6fa3acd8d9d8e8779f89b4
|
||||
Size (lsfp-0.4.3.tar.gz) = 10457 bytes
|
||||
SHA1 (lsfp-0.5.0.tar.gz) = 9b2a7c72f3779178496425897023c8229de4af0a
|
||||
RMD160 (lsfp-0.5.0.tar.gz) = fa70b197b4984b3d560c75cbcb1a1df03d73f635
|
||||
SHA512 (lsfp-0.5.0.tar.gz) = 79d8decc0438d9ad4f2d1720b9f0a705c2e86871c403597a3d64b6759ce01b8b53d8cde4c33add97214e1167803291d2f73ef9c2c96cfb555854aa627bc7211f
|
||||
Size (lsfp-0.5.0.tar.gz) = 12261 bytes
|
||||
|
|
Loading…
Reference in a new issue