diff options
author | r1w1s1 <r1w1s1@fastmail.com> | 2025-04-06 08:44:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-06 09:24:56 +0700 |
commit | ec267d6e55ec32506ad006dfa006cd52b61eb4ea (patch) | |
tree | 906011d9b6e3b218ccf81ae776f4fb289f067be7 | |
parent | 4f177086c3d55d77dbab706476d571f70bbed12a (diff) |
network/senpai: Updated for version 0.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/senpai/README | 8 | ||||
-rw-r--r-- | network/senpai/senpai.SlackBuild | 7 | ||||
-rw-r--r-- | network/senpai/senpai.info | 12 |
3 files changed, 14 insertions, 13 deletions
diff --git a/network/senpai/README b/network/senpai/README index ee0736cc03..11b1bf5019 100644 --- a/network/senpai/README +++ b/network/senpai/README @@ -1,9 +1,9 @@ Senpai IRC Client -Senpai is a modern, feature-rich IRC client designed to provide an -exceptional user experience with advanced functionality and -customization options. Whether you are new to IRC or a seasoned user, -Senpai has the tools and features you need. +Senpai is a modern, feature-rich IRC client designed to provide an exceptional +user experience with advanced functionality and customization options. Whether +you are new to IRC or a seasoned user, Senpai has the tools and features you +need. Features diff --git a/network/senpai/senpai.SlackBuild b/network/senpai/senpai.SlackBuild index b34cf46a45..53e832096b 100644 --- a/network/senpai/senpai.SlackBuild +++ b/network/senpai/senpai.SlackBuild @@ -19,17 +19,18 @@ # # SlackBuild script for senpai # ============================= -# By: r1w1s1@disroot.org +# By: r1w1s1@fastmail.com # For: senpai # Descr: Your everyday IRC student # URL: https://git.sr.ht/~delthas/senpai # Changelog: -# v0.03.0: 01/August/2024 by r1w1s1 - Initial build. +# v0.3.0: 01/August/2024 by r1w1s1 - Initial build. +# v0.4.0: 05/April/2025 by r1w1s1 - Update version. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=senpai -VERSION=${VERSION:-0.3.0} +VERSION=${VERSION:-0.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/senpai/senpai.info b/network/senpai/senpai.info index 86051a3f3c..0e5216568f 100644 --- a/network/senpai/senpai.info +++ b/network/senpai/senpai.info @@ -1,10 +1,10 @@ PRGNAM="senpai" -VERSION="0.3.0" +VERSION="0.4.0" HOMEPAGE="https://git.sr.ht/~delthas/senpai" -DOWNLOAD="https://git.sr.ht/~delthas/senpai/archive/v0.3.0.tar.gz" -MD5SUM="bdcfc0b495fac1a0435c1268283f2c1a" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://git.sr.ht/~delthas/senpai/archive/v0.4.0.tar.gz" +MD5SUM_x86_64="7f821b4f1635233bdabc14f5d2459446" REQUIRES="google-go-lang scdoc" MAINTAINER="r1w1s1" -EMAIL="r1w1s1@disroot.org" +EMAIL="r1w1s1@fastmail.com" |