Skip to content

Commit

Permalink
development/yabasic: Updated for version 2.90.5
Browse files Browse the repository at this point in the history
corrected as per Willy's request
  • Loading branch information
Antonio Leal committed Dec 1, 2024
1 parent e5fe738 commit 3a825c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion development/yabasic/slack-desc
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ yabasic: Yabasic runs under Unix and Windows and has a comprehensive
yabasic: documentation; it is small, simple, open-source and free.
yabasic:
yabasic: Yabasic is very well documented.
yabasic:
yabasic: Homepage at http://2484.de/yabasic/
5 changes: 3 additions & 2 deletions development/yabasic/yabasic.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for yabasic

# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal
# Copyright 2023-2024+ Antonio Leal, Porto Salvo, Oeiras, Portugal
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=yabasic
VERSION=${VERSION:-2.90.4}
VERSION=${VERSION:-2.90.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -94,6 +94,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cp yabasic.htm $PKG/usr/doc/$PRGNAM-$VERSION
chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/yabasic.htm

mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
Expand Down
2 changes: 1 addition & 1 deletion development/yabasic/yabasic.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=Yabasic
GenericName=Yabasic
Exec=yabasic
Icon=yabasic.png
Icon=yabasic
Terminal=true
Type=Application
Categories=Development
Expand Down
6 changes: 3 additions & 3 deletions development/yabasic/yabasic.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="yabasic"
VERSION="2.90.4"
VERSION="2.90.5"
HOMEPAGE="http://2484.de/yabasic/"
DOWNLOAD="http://2484.de/yabasic/download/yabasic-2.90.4.tar.gz"
MD5SUM="c7bef6160a4f4140d0edced4e9e30ffc"
DOWNLOAD="http://2484.de/yabasic/download/yabasic-2.90.5.tar.gz"
MD5SUM="49040f0c81f1df7efd90a9a05ee1310f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down

0 comments on commit 3a825c7

Please sign in to comment.