graphics/implot: Updated for version 0.16.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Steven Voges 2023-09-05 19:40:55 +09:00 committed by Willy Sudiarto Raharjo
parent 4242e2ac3f
commit d1da544248
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for implot
# Copyright 2022 Steven Voges <Oregon, USA>
# Copyright 2022-2023 Steven Voges <Oregon, USA>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=implot
VERSION=${VERSION:-0.14}
VERSION=${VERSION:-0.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="implot"
VERSION="0.14"
VERSION="0.16"
HOMEPAGE="https://github.com/epezent/implot"
DOWNLOAD="https://github.com/epezent/implot/archive/v0.14/implot-0.14.tar.gz"
MD5SUM="5da1f40184dc68b3054c59e441b7f7b9"
DOWNLOAD="https://github.com/epezent/implot/archive/v0.16/implot-0.16.tar.gz"
MD5SUM="56f81b59538a1d406dcb6788d0442b05"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="imgui"