diff options
author | Martin Matuska <mm@FreeBSD.org> | 2020-12-27 23:35:49 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2020-12-27 23:37:06 +0000 |
commit | 70a567c2c350b29e667e26d5e1b9b1d35d567172 (patch) | |
tree | ae5ac854324898de1fcca2d109c6528bd86b15f1 /usr.bin/tar/Makefile | |
parent | 69a18c5826c9633a6d77e18f9f34e02c83d22717 (diff) |
bsdcat,cpio,tar: Bump version number to 3.5.1
Matches import of libarchive 3.5.1
Diffstat (limited to 'usr.bin/tar/Makefile')
-rw-r--r-- | usr.bin/tar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 938bcf32599b..d6154dc3b30d 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -5,7 +5,7 @@ _LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive PACKAGE= runtime PROG= bsdtar -BSDTAR_VERSION_STRING= 3.5.0 +BSDTAR_VERSION_STRING= 3.5.1 .PATH: ${_LIBARCHIVEDIR}/tar SRCS= bsdtar.c \ |