mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
Update to 1.8.0
Changes: https://github.com/lz4/lz4/releases PR: 221630 Submitted by: Martin Waschbusch <martin@waschbuesch.de>
This commit is contained in:
parent
2d7bbd90ea
commit
7acc76c8e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448415
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lz4
|
||||
PORTVERSION= 1.7.5
|
||||
PORTVERSION= 1.8.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= archivers
|
||||
@ -14,8 +14,8 @@ COMMENT= LZ4 compression library, lossless and very fast
|
||||
LICENSE= BSD2CLAUSE GPLv2
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USE_GITHUB= yes
|
||||
USES= gmake pathfix pkgconfig
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
#PATHFIX_MAKEFILEIN= Makefile
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1485778247
|
||||
SHA256 (lz4-lz4-v1.7.5_GH0.tar.gz) = 0190cacd63022ccb86f44fa5041dc6c3804407ad61550ca21c382827319e7e7e
|
||||
SIZE (lz4-lz4-v1.7.5_GH0.tar.gz) = 208019
|
||||
TIMESTAMP = 1503151640
|
||||
SHA256 (lz4-lz4-v1.8.0_GH0.tar.gz) = 2ca482ea7a9bb103603108b5a7510b7592b90158c151ff50a28f1ca8389fccf6
|
||||
SIZE (lz4-lz4-v1.8.0_GH0.tar.gz) = 222840
|
||||
|
@ -4,6 +4,7 @@ bin/lz4cat
|
||||
bin/unlz4
|
||||
include/lz4.h
|
||||
include/lz4frame.h
|
||||
include/lz4frame_static.h
|
||||
include/lz4hc.h
|
||||
lib/liblz4.a
|
||||
lib/liblz4.so
|
||||
|
Loading…
Reference in New Issue
Block a user