network/baikal: Updated for version 0.9.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cb77c12046
commit
7459d400d8
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for baikal
|
||||
|
||||
# Copyright 2022-2023 Johannes Schoepfer, Germany
|
||||
# Copyright 2022-2024 Johannes Schoepfer, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=baikal
|
||||
VERSION=${VERSION:-0.9.4}
|
||||
VERSION=${VERSION:-0.9.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -61,7 +61,7 @@ chown -R apache $PKG/usr/share/$PRGNAM
|
|||
cp -R Core config html Specific vendor $PKG/usr/share/$PRGNAM
|
||||
chown -R apache $PKG/usr/share/$PRGNAM/{config,Specific}
|
||||
# Remove cruft
|
||||
find $PKG -type f -name '.empty' -delete
|
||||
find $PKG -empty -delete
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="baikal"
|
||||
VERSION="0.9.4"
|
||||
VERSION="0.9.5"
|
||||
HOMEPAGE="https://sabre.io/baikal/"
|
||||
DOWNLOAD="https://github.com/sabre-io/Baikal/releases/download/0.9.4/baikal-0.9.4.zip"
|
||||
MD5SUM="556e6306b8bc588a96e6dd4eca43ad8f"
|
||||
DOWNLOAD="https://github.com/sabre-io/Baikal/releases/download/0.9.5/baikal-0.9.5.zip"
|
||||
MD5SUM="47ad5c6ef9e5e87b7bd0028ad1008fbe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue