diff options
author | Vitor Borrego <vitor@bitarus.mooo.com> | 2024-01-14 08:47:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-14 08:52:57 +0700 |
commit | f462022f98780017f3697092e6d019e261476368 (patch) | |
tree | 50f4d2d51498f5de6ca3506e4de4b31339a3225a /academic | |
parent | a453a8806e31167670d71f213a88eb203ad28918 (diff) |
academic/pspp: Updated for version 2.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/pspp/pspp.SlackBuild | 7 | ||||
-rw-r--r-- | academic/pspp/pspp.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/academic/pspp/pspp.SlackBuild b/academic/pspp/pspp.SlackBuild index 98a935d6820f..17b31eb66499 100644 --- a/academic/pspp/pspp.SlackBuild +++ b/academic/pspp/pspp.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pspp -VERSION=${VERSION:-1.6.2} +VERSION=${VERSION:-2.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -106,7 +103,7 @@ rm -f $PKG/usr/info/dir gzip -9 $PKG/usr/info/*.info* mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING README AUTHORS ABOUT-NLS INSTALL NEWS ONEWS THANKS $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING README AUTHORS ABOUT-NLS NEWS ONEWS THANKS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/academic/pspp/pspp.info b/academic/pspp/pspp.info index 7f62f347ad22..702e496e2898 100644 --- a/academic/pspp/pspp.info +++ b/academic/pspp/pspp.info @@ -1,8 +1,8 @@ PRGNAM="pspp" -VERSION="1.6.2" +VERSION="2.0.0" HOMEPAGE="http://www.gnu.org/software/pspp/" -DOWNLOAD="http://ftpmirror.gnu.org/pspp/pspp-1.6.2.tar.gz" -MD5SUM="0e2aecdf978b9de9feb94214e39185bd" +DOWNLOAD="http://mirrors.nav.ro/gnu/pspp/pspp-2.0.0.tar.gz" +MD5SUM="11f5949311bfe66a44999b9d7db6c99b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="spread-sheet-widget" |