Browse Source
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>
pull/198/head
Isaac Yu
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
network/whalebird/whalebird.SlackBuild
-
network/whalebird/whalebird.info
|
|
@ -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} |
|
|
|
|
|
@ -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" |