mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/labplot2: Updated for version 2.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
500a32456f
commit
9d9ca4e9b9
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for LabPlot
|
||||
# Based on the Slackware 15.0 SlackBuild and AUR PKGBUILD for labplot
|
||||
#
|
||||
# Copyright 2014-2023, Fellype do Nascimento, Guaratingueta - Brazil
|
||||
# Copyright 2014-2024, Fellype do Nascimento, Guaratingueta - Brazil
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
NAME=labplot
|
||||
|
||||
PRGNAM=labplot2
|
||||
VERSION=${VERSION:-2.10.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.11.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="labplot2"
|
||||
VERSION="2.10.1"
|
||||
VERSION="2.11.1"
|
||||
HOMEPAGE="https://labplot.kde.org/"
|
||||
DOWNLOAD="https://download.kde.org/stable/labplot/labplot-2.10.1.tar.xz"
|
||||
MD5SUM="b3cdfe029d64fa834e0990e9b5ab446f"
|
||||
DOWNLOAD="https://download.kde.org/stable/labplot/labplot-2.11.1.tar.xz"
|
||||
MD5SUM="5113391e0eb304974238becfa82c0a70"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue