diff options
-rw-r--r-- | graphics/implot/implot.SlackBuild | 2 | ||||
-rw-r--r-- | graphics/implot/implot.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/implot/implot.SlackBuild b/graphics/implot/implot.SlackBuild index b92bc4c6cf20..4e4cfad48fc1 100644 --- a/graphics/implot/implot.SlackBuild +++ b/graphics/implot/implot.SlackBuild @@ -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} diff --git a/graphics/implot/implot.info b/graphics/implot/implot.info index ccd1740ca5cf..7649e37d6327 100644 --- a/graphics/implot/implot.info +++ b/graphics/implot/implot.info @@ -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" |