mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/zstd: Updated for version 1.3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e2970b2f04
commit
efa31b4f48
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=zstd
|
||||
VERSION=${VERSION:-1.3.3}
|
||||
VERSION=${VERSION:-1.3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zstd"
|
||||
VERSION="1.3.3"
|
||||
VERSION="1.3.4"
|
||||
HOMEPAGE="http://facebook.github.io/zstd/"
|
||||
DOWNLOAD="https://github.com/facebook/zstd/archive/v1.3.3/zstd-1.3.3.tar.gz"
|
||||
MD5SUM="187f8df17a75a74f78a23ea4806ac65f"
|
||||
DOWNLOAD="https://github.com/facebook/zstd/archive/v1.3.4/zstd-1.3.4.tar.gz"
|
||||
MD5SUM="10bf0353e3dedd8bae34a188c25d4261"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue