Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

academic/plus42: Updated for version 1.1.15 #9110

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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="cc47559c181fa2a17bfe8a8bdfc19b87"
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.