Browse Source
network/whalebird: Update for 5.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
isaackwy
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
network/whalebird/whalebird.SlackBuild
-
network/whalebird/whalebird.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for whalebird |
|
|
|
|
|
|
|
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=whalebird |
|
|
|
VERSION=${VERSION:-5.0.5} |
|
|
|
VERSION=${VERSION:-5.1.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="whalebird" |
|
|
|
VERSION="5.0.5" |
|
|
|
VERSION="5.1.1" |
|
|
|
HOMEPAGE="https://whalebird.social" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
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" |
|
|
|
DOWNLOAD_x86_64="https://github.com/h3poteto/whalebird-desktop/releases/download/v5.1.1/Whalebird-5.1.1-linux-x86_64.rpm" |
|
|
|
MD5SUM_x86_64="ea98ff68f814ba91c5684ee410dae193" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Isaac Yu" |
|
|
|
EMAIL="isaacyu@protonmail.com" |