diff options
Diffstat (limited to 'network/whalebird')
-rw-r--r-- | network/whalebird/whalebird.SlackBuild | 8 | ||||
-rw-r--r-- | network/whalebird/whalebird.info | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/network/whalebird/whalebird.SlackBuild b/network/whalebird/whalebird.SlackBuild index 0fa3492fd29d6..da49242f45ffa 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 c27e2a9ba2016..66b8f0d047a68 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" |