sysutils/lsblk: update to 1.1
PR: 249076 Submitted by: vermaden@interia.pl (maintainer)
This commit is contained in:
parent
498d063689
commit
31ad67ecec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547505
3 changed files with 8 additions and 9 deletions
|
@ -1,10 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lsblk
|
||||
PORTVERSION= 1.0
|
||||
#PORTREVISION= 0
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://github.com/vermaden/scripts/raw/master/release/
|
||||
MASTER_SITES= https://github.com/vermaden/lsblk/raw/master/release/
|
||||
|
||||
MAINTAINER= vermaden@interia.pl
|
||||
COMMENT= Lists information about block devices in the system
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1570494909
|
||||
SHA256 (lsblk-1.0.tar.gz) = ec6335ec27fd7ec1c56b2700d073c659c1704b816aa08c0f4d831d417dd2affb
|
||||
SIZE (lsblk-1.0.tar.gz) = 4338
|
||||
TIMESTAMP = 1599137521
|
||||
SHA256 (lsblk-1.1.tar.gz) = c8cb0a40b5a625903e0660f34916911bb18cb0aca24686283e3373acad63ac43
|
||||
SIZE (lsblk-1.1.tar.gz) = 4510
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Lists information about block devices in the system in a similar way
|
||||
that util-linux's lsblk(8) does.
|
||||
Lists information about block devices in the FreeBSD system in a similar way
|
||||
that lsblk(8) from Linux systems does. An example is shown below.
|
||||
|
||||
WWW: https://github.com/vermaden/scripts/blob/master/lsblk.sh
|
||||
WWW: https://github.com/vermaden/lsblk
|
||||
|
|
Loading…
Reference in a new issue