summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-05-03 15:50:15 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-04 23:46:26 +0700
commit43496cad0c26256a3e42251528cc33213c2a314a (patch)
tree2dc1958da1c276d9012d6c6494a6973d956afd0b /network
parent95f84256725f4e84e99d1fa428e887738bd28e5a (diff)
downloadslackbuilds-43496cad0c26256a3e42251528cc33213c2a314a.tar.gz
slackbuilds-43496cad0c26256a3e42251528cc33213c2a314a.tar.xz
network/whalebird: Update for 5.0.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/whalebird/whalebird.SlackBuild8
-rw-r--r--network/whalebird/whalebird.info6
2 files changed, 6 insertions, 8 deletions
diff --git a/network/whalebird/whalebird.SlackBuild b/network/whalebird/whalebird.SlackBuild
index 0fa3492fd2..da49242f45 100644
--- a/network/whalebird/whalebird.SlackBuild
+++ b/network/whalebird/whalebird.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=whalebird
-VERSION=${VERSION:-5.0.4}
+VERSION=${VERSION:-5.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -49,9 +49,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "x86_64" ]; then
- PACKAGESUFFIX="x64"
-else
+if [ "$ARCH" != "x86_64" ]; then
echo "$ARCH is not supported for $PRGNAM-$VERSION." >&2
exit 1
fi
@@ -61,7 +59,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $PKG
-bsdtar -xvf $CWD/${SRCNAM}-${VERSION}-linux-${PACKAGESUFFIX}.rpm
+bsdtar -xvf $CWD/${SRCNAM}-${VERSION}-linux-${ARCH}.rpm
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/network/whalebird/whalebird.info b/network/whalebird/whalebird.info
index c27e2a9ba2..66b8f0d047 100644
--- a/network/whalebird/whalebird.info
+++ b/network/whalebird/whalebird.info
@@ -1,10 +1,10 @@
PRGNAM="whalebird"
-VERSION="5.0.4"
+VERSION="5.0.5"
HOMEPAGE="https://whalebird.social"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/h3poteto/whalebird-desktop/releases/download/v5.0.4/Whalebird-5.0.4-linux-x64.rpm"
-MD5SUM_x86_64="7942f540ab045d73e7fe9db200886641"
+DOWNLOAD_x86_64="https://github.com/h3poteto/whalebird-desktop/releases/download/v5.0.5/Whalebird-5.0.5-linux-x86_64.rpm"
+MD5SUM_x86_64="d33867add0acdd7e29264469cade2c68"
REQUIRES=""
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"