libraries/lua-mpack: Updated for version 1.0.8.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
parent
1e386bdd42
commit
9774beee93
|
@ -2,7 +2,7 @@
|
|||
|
||||
# SlackBuild script for lua-mpack
|
||||
|
||||
# Copyright 2016-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2016-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=lua-mpack
|
||||
SRCNAM=libmpack-lua
|
||||
VERSION=${VERSION:-1.0.7}
|
||||
VERSION=${VERSION:-1.0.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lua-mpack"
|
||||
VERSION="1.0.7"
|
||||
VERSION="1.0.8"
|
||||
HOMEPAGE="https://github.com/libmpack/libmpack-lua/"
|
||||
DOWNLOAD="https://github.com/libmpack/libmpack-lua/releases/download/1.0.7/libmpack-lua-1.0.7.tar.gz"
|
||||
MD5SUM="4c779bf8856a771b608dadef00ed60d3"
|
||||
DOWNLOAD="https://github.com/libmpack/libmpack-lua/releases/download/1.0.8/libmpack-lua-1.0.8.tar.gz"
|
||||
MD5SUM="ea3affb4c4168111e2be067d98d3a5c6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua"
|
||||
|
|
Loading…
Reference in New Issue