mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/semantik: Updated for version 1.2.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d1e0a8bdca
commit
450631cc32
3 changed files with 9 additions and 8 deletions
|
@ -8,3 +8,7 @@ Added to SlackBuilds.org
|
|||
15/05/2023:
|
||||
|
||||
Updated to Version 1.2.10
|
||||
|
||||
23/04/2024:
|
||||
|
||||
Updated to Version 1.2.11
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for semantik
|
||||
|
||||
# Copyright 2022-2023 Vijay Marcel
|
||||
# Copyright 2022-2024 Vijay Marcel
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=semantik
|
||||
VERSION=${VERSION:-1.2.10}
|
||||
VERSION=${VERSION:-1.2.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -39,9 +39,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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="semantik"
|
||||
VERSION="1.2.10"
|
||||
VERSION="1.2.11"
|
||||
HOMEPAGE="https://waf.io/semantik.html"
|
||||
DOWNLOAD="https://waf.io/semantik-1.2.10.tar.bz2"
|
||||
MD5SUM="aeabd57ce02b68cb1182a649e8f41924"
|
||||
DOWNLOAD="https://waf.io/semantik-1.2.11.tar.bz2"
|
||||
MD5SUM="adc209b898ee63ba8531f6f223acd383"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue