mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/implot: Updated for version 0.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ce539f0f71
commit
6012ae86bf
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue