diff options
Diffstat (limited to 'development/textadept/textadept.SlackBuild')
-rw-r--r-- | development/textadept/textadept.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/textadept/textadept.SlackBuild b/development/textadept/textadept.SlackBuild index d251b168cf..34d652b5f8 100644 --- a/development/textadept/textadept.SlackBuild +++ b/development/textadept/textadept.SlackBuild @@ -1,4 +1,5 @@ #!/bin/sh + # Slackware build script for textadept # Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com @@ -21,7 +22,7 @@ # not, see <https://www.gnu.org/licenses/>. PRGNAM=textadept -VERSION=${VERSION:-8.4} +VERSION=${VERSION:-8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |