mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
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:
parent
51ecad152c
commit
e652052f54
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue