diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2024-02-19 19:37:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-23 10:09:30 +0700 |
commit | a013824a4db472f8d38fab2437c23bcc4443acf7 (patch) | |
tree | 8beee63441ccbc501aed2b65a2da68fc3af39759 /academic | |
parent | cb5c8a8cdfc21105ff467fa8262b0331905b7e44 (diff) |
academic/plus42: Updated for version 1.1.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/plus42/plus42.SlackBuild | 5 | ||||
-rw-r--r-- | academic/plus42/plus42.info | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/academic/plus42/plus42.SlackBuild b/academic/plus42/plus42.SlackBuild index fc554ffd29459..f76530dbd34a3 100644 --- a/academic/plus42/plus42.SlackBuild +++ b/academic/plus42/plus42.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for plus42 -# Copyright 2022 Juan M. Lasca juanmlasca@gmail.com +# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2022-2023 Juan M. Lasca juanmlasca@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=plus42 -VERSION=${VERSION:-1.1.3} +VERSION=${VERSION:-1.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/plus42/plus42.info b/academic/plus42/plus42.info index 27fc3093061c4..a990ea8def043 100644 --- a/academic/plus42/plus42.info +++ b/academic/plus42/plus42.info @@ -1,10 +1,10 @@ PRGNAM="plus42" -VERSION="1.1.3" +VERSION="1.1.4" HOMEPAGE="https://www.thomasokken.com/plus42" -DOWNLOAD="https://github.com/thomasokken/plus42desktop/archive/v1.1.3/plus42-1.1.3.tar.gz" -MD5SUM="4ca41f33253e729c8ec8937a643745fb" +DOWNLOAD="https://github.com/thomasokken/plus42desktop/archive/v1.1.4/plus42-1.1.4.tar.gz" +MD5SUM="af2ac3114ec8f5bb508e9b0e53566542" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Juan M. Lasca" -EMAIL="juanmlasca@gmail.com" +MAINTAINER="Antonio Leal" +EMAIL="antonioleal@yahoo.com" |