diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-08-26 14:45:12 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-27 12:29:08 +0700 |
commit | 950f87d385035a595476947ee13b04103a44a8e0 (patch) | |
tree | f3334ed230fb3119bbf9ef3f4550414fd1f2f08f | |
parent | 7c2db2c8c20ab80bbbc1d6e25fba4ee29d4dc89b (diff) |
network/wego: Update for 2.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/wego/wego.SlackBuild | 2 | ||||
-rw-r--r-- | network/wego/wego.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/wego/wego.SlackBuild b/network/wego/wego.SlackBuild index daf93fb7b0..ca3cb7a6b6 100644 --- a/network/wego/wego.SlackBuild +++ b/network/wego/wego.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wego -VERSION=${VERSION:-2.2} +VERSION=${VERSION:-2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/wego/wego.info b/network/wego/wego.info index 6469f342fd..52f270b4d8 100644 --- a/network/wego/wego.info +++ b/network/wego/wego.info @@ -1,14 +1,14 @@ PRGNAM="wego" -VERSION="2.2" +VERSION="2.3" HOMEPAGE="https://github.com/schachmat/wego" -DOWNLOAD="https://github.com/schachmat/wego/archive/2.2/wego-2.2.tar.gz \ +DOWNLOAD="https://github.com/schachmat/wego/archive/2.3/wego-2.3.tar.gz \ https://github.com/mattn/go-colorable/archive/v0.1.13/go-colorable-0.1.13.tar.gz \ https://github.com/mattn/go-runewidth/archive/v0.0.14/go-runewidth-0.0.14.tar.gz \ https://github.com/schachmat/ingo/archive/a4bdc07/ingo-a4bdc0729a3fda62cc4069b6e490fc657fd54e33.tar.gz \ https://github.com/mattn/go-isatty/archive/v0.0.19/go-isatty-0.0.19.tar.gz \ https://github.com/rivo/uniseg/archive/v0.4.4/uniseg-0.4.4.tar.gz \ https://github.com/golang/sys/archive/v0.8.0/sys-0.8.0.tar.gz" -MD5SUM="c62b99d7bfc2901dedf571de859799c3 \ +MD5SUM="b716f853c11e24f869c61fcbc8e8f618 \ ac74020d881d4966e33ab6580f509aeb \ c41abbf9dc5def08ef8e6999efbe2c8c \ 6077da012ebc665f84b9baf79b56c0b6 \ |