diff options
-rw-r--r-- | office/novelWriter/novelWriter | 2 | ||||
-rw-r--r-- | office/novelWriter/novelWriter.SlackBuild | 7 | ||||
-rw-r--r-- | office/novelWriter/novelWriter.info | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/office/novelWriter/novelWriter b/office/novelWriter/novelWriter index 8a251f8f11..00263e4c13 100644 --- a/office/novelWriter/novelWriter +++ b/office/novelWriter/novelWriter @@ -2,7 +2,7 @@ # Slackware wrapper for the novelWriter AppImage. runme(){ cd /opt/novelWriter - ./novelWriter-2.6.3.AppImage "$@" + ./novelwriter-2.7.4.AppImage "$@" } if [ $UID == 0 ]; then diff --git a/office/novelWriter/novelWriter.SlackBuild b/office/novelWriter/novelWriter.SlackBuild index 60873d9dff..03cd6f730c 100644 --- a/office/novelWriter/novelWriter.SlackBuild +++ b/office/novelWriter/novelWriter.SlackBuild @@ -1,6 +1,7 @@ #!/bin/bash -# Slackware build script for NovelWriter +# Slackware build script for the AppImage Blockstream Green +# Copyright 2021 David Ferrone RI, USA # All rights reserved. # Redistribution and use of this script, with or without modification, is @@ -23,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=novelWriter -VERSION=${VERSION:-2.6.3} -SRC=novelWriter-2.6.3.AppImage +VERSION=${VERSION:-2.7.4} +SRC=novelwriter-2.7.4-x86_64.AppImage BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/novelWriter/novelWriter.info b/office/novelWriter/novelWriter.info index 2e7015cc76..fac15aacc1 100644 --- a/office/novelWriter/novelWriter.info +++ b/office/novelWriter/novelWriter.info @@ -1,10 +1,10 @@ PRGNAM="novelWriter" -VERSION="2.6.3" +VERSION="2.7.4" HOMEPAGE="https://novelwriter.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/vkbo/novelWriter/releases/download/v2.6.3/novelWriter-2.6.3.AppImage" -MD5SUM_x86_64="04afc29b4570bcd42d164dc566f6b928" +DOWNLOAD_x86_64="https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-x86_64.AppImage" +MD5SUM_x86_64="b95eb73ac5545913d0938dc5f8775b44" REQUIRES="" MAINTAINER="hoobop" EMAIL="hoobop@gmail.com" |