Skip to content

Commit

Permalink
academic/plus42: Updated for version 1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioleal committed Dec 13, 2024
1 parent dfb4fb4 commit 617a537
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions academic/plus42/plus42.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=plus42
VERSION=${VERSION:-1.1.14}
VERSION=${VERSION:-1.1.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -92,7 +92,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
README COPYING HISTORY CREDITS \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a gtk/README $PKG/usr/doc/$PRGNAM-$VERSION/README-GTK
cp -a gtk/README.txt $PKG/usr/doc/$PRGNAM-$VERSION/README-GTK.txt
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

mkdir -p $PKG/install
Expand Down
6 changes: 3 additions & 3 deletions academic/plus42/plus42.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="plus42"
VERSION="1.1.14"
VERSION="1.1.15"
HOMEPAGE="https://www.thomasokken.com/plus42"
DOWNLOAD="https://github.com/thomasokken/plus42desktop/archive/v1.1.14/plus42desktop-1.1.14.tar.gz"
MD5SUM="fb2f2217d87ced6e65cf2ed10dafab62"
DOWNLOAD="https://github.com/thomasokken/plus42desktop/archive/v1.1.15/plus42desktop-1.1.15.tar.gz"
MD5SUM="8e4080528375849440030c09f34d27fd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
2 changes: 1 addition & 1 deletion academic/plus42/slack-desc
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ plus42: Plus42 builds on Free42 and adds: A Larger Display, with 8 rows and 22
plus42: columns (131x64 pixels) by default, which the user may resize at will;
plus42: Algebraic Expressions; attached Units and unit conversions;
plus42: Directories; TVM and amortization tables; and two-dimensional Plotting
plus42: of functions. Homepage at https://www.thomasokken.com/plus42
plus42: of functions.

0 comments on commit 617a537

Please sign in to comment.