diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/lz4/lz4.SlackBuild | 3 | ||||
-rw-r--r-- | system/lz4/lz4.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/lz4/lz4.SlackBuild b/system/lz4/lz4.SlackBuild index 68ecadc966..d965cfcd0d 100644 --- a/system/lz4/lz4.SlackBuild +++ b/system/lz4/lz4.SlackBuild @@ -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} diff --git a/system/lz4/lz4.info b/system/lz4/lz4.info index d47f064709..2ce94b8560 100644 --- a/system/lz4/lz4.info +++ b/system/lz4/lz4.info @@ -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="" |