network/whalebird: Updated for version 5.0.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-03-05 14:41:05 -08:00 committed by Willy Sudiarto Raharjo
parent 51ecad152c
commit e652052f54
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=whalebird
VERSION=${VERSION:-4.7.4}
VERSION=${VERSION:-5.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="whalebird"
VERSION="4.7.4"
VERSION="5.0.0"
HOMEPAGE="https://whalebird.social"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/h3poteto/whalebird-desktop/archive/refs/tags/4.7.4/whalebird-desktop-4.7.4.tar.gz"
MD5SUM_x86_64="cbb8596b41122d0dad34add6fb24f12d"
DOWNLOAD_x86_64="https://github.com/h3poteto/whalebird-desktop/archive/refs/tags/v5.0.0/whalebird-desktop-5.0.0.tar.gz"
MD5SUM_x86_64="3d755f27f5b25072ad2e278361237b56"
REQUIRES="electron yarn"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"