diff options
Diffstat (limited to 'graphics/drawio/drawio.SlackBuild')
-rw-r--r-- | graphics/drawio/drawio.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/drawio/drawio.SlackBuild b/graphics/drawio/drawio.SlackBuild index 568f2b1b02..4071e28185 100644 --- a/graphics/drawio/drawio.SlackBuild +++ b/graphics/drawio/drawio.SlackBuild @@ -23,6 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # +# 2025/02/13 - Updated to upstream v26.0.9 +# 2024/12/16 - Updated to upstream V25.0.2 # 2022/10/08 - Updated to upstream V20.3.0 # - Updated package name draw.io -> drawio to be consistent with # upstream naming adjustment. @@ -33,7 +35,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=drawio -VERSION=${VERSION:-20.3.0} +VERSION=${VERSION:-26.0.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |