diff options
author | pyllyukko <pyllyukko@maimed.org> | 2024-02-02 17:05:03 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-03 07:37:54 +0700 |
commit | bdd3be2413367aedbf471ab16638fbc9f2f5c8dc (patch) | |
tree | e1c439f6122191cd146afcd2afe42484d288ad2f /ham | |
parent | 887f089cdd6d257475227c332bff6e378757c4bf (diff) |
ham/redsea: Updated for version 0.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r-- | ham/redsea/redsea.SlackBuild | 2 | ||||
-rw-r--r-- | ham/redsea/redsea.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/redsea/redsea.SlackBuild b/ham/redsea/redsea.SlackBuild index 1f2767712d1d..3a8753199b8a 100644 --- a/ham/redsea/redsea.SlackBuild +++ b/ham/redsea/redsea.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=redsea -VERSION=${VERSION:-0.20} +VERSION=${VERSION:-0.21} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/ham/redsea/redsea.info b/ham/redsea/redsea.info index a089b43bd9fe..8b90501c132e 100644 --- a/ham/redsea/redsea.info +++ b/ham/redsea/redsea.info @@ -1,8 +1,8 @@ PRGNAM="redsea" -VERSION="0.20" +VERSION="0.21" HOMEPAGE="https://github.com/windytan/redsea" -DOWNLOAD="https://github.com/windytan/redsea/archive/v0.20/redsea-0.20.tar.gz" -MD5SUM="8e3a8357a8b0e713d5c87ed4595b3936" +DOWNLOAD="https://github.com/windytan/redsea/archive/v0.21/redsea-0.21.tar.gz" +MD5SUM="208a21592a71662ba74d160f75a29e38" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="liquid-dsp" |