summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Steven Voges2023-09-05 12:40:55 +0200
committer Willy Sudiarto Raharjo2023-09-09 05:14:04 +0200
commitd1da544248babb638b7ec6aae8ecdc7480debdd2 (patch)
treea11c70a4a314d3f6c91777daabe0503e9f5f73c6
parent4242e2ac3fc6315416d1673e0df0c3c29a659a73 (diff)
downloadslackbuilds-d1da544248babb638b7ec6aae8ecdc7480debdd2.tar.gz
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>
-rw-r--r--graphics/implot/implot.SlackBuild4
-rw-r--r--graphics/implot/implot.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/implot/implot.SlackBuild b/graphics/implot/implot.SlackBuild
index 4e4cfad48f..85838c4d93 100644
--- a/graphics/implot/implot.SlackBuild
+++ b/graphics/implot/implot.SlackBuild
@@ -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}
diff --git a/graphics/implot/implot.info b/graphics/implot/implot.info
index 7649e37d63..a272c1ec4e 100644
--- a/graphics/implot/implot.info
+++ b/graphics/implot/implot.info
@@ -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"