mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
system/lz4: Updated for version 1.8.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
38993486cd
commit
80e7e618e5
2 changed files with 5 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20180911 bkw: update for 1.8.3
|
||||
# 20180611 bkw: update for 1.8.2. don't try to use the updated script
|
||||
# to builds older versions, the man pages will end up
|
||||
# in the wrong place due to upstream changing how they
|
||||
|
@ -16,7 +17,7 @@
|
|||
# 20170122 bkw: update for 1.7.5
|
||||
|
||||
PRGNAM=lz4
|
||||
VERSION=${VERSION:-1.8.2}
|
||||
VERSION=${VERSION:-1.8.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lz4"
|
||||
VERSION="1.8.2"
|
||||
VERSION="1.8.3"
|
||||
HOMEPAGE="https://lz4.github.io/lz4/"
|
||||
DOWNLOAD="https://github.com/lz4/lz4/archive/v1.8.2/lz4-1.8.2.tar.gz"
|
||||
MD5SUM="c2082b751d75550ec4dc163c773e1a71"
|
||||
DOWNLOAD="https://github.com/lz4/lz4/archive/v1.8.3/lz4-1.8.3.tar.gz"
|
||||
MD5SUM="d5ce78f7b1b76002bbfffa6f78a5fc4e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue