graphics/implot: Updated for version 0.14.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Steven Voges 2022-09-24 23:12:53 +07:00 committed by Willy Sudiarto Raharjo
parent ce539f0f71
commit 6012ae86bf
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=implot
VERSION=${VERSION:-0.13}
VERSION=${VERSION:-0.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

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