mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
development/spdlog: Updated for version 0.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f574f56db4
commit
73351895e8
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=spdlog
|
||||
VERSION=${VERSION:-0.12.0}
|
||||
VERSION=${VERSION:-0.13.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="spdlog"
|
||||
VERSION="0.12.0"
|
||||
VERSION="0.13.0"
|
||||
HOMEPAGE="https://github.com/gabime/spdlog"
|
||||
DOWNLOAD="https://github.com/gabime/spdlog/archive/v0.12.0/spdlog-0.12.0.tar.gz"
|
||||
MD5SUM="be4e7a247bbf56d799db2809d975cdcc"
|
||||
DOWNLOAD="https://github.com/gabime/spdlog/archive/v0.13.0/spdlog-0.13.0.tar.gz"
|
||||
MD5SUM="a0903d50ae1d58b484d9fc1a6ddf02f4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue