Skip to content

Commit

Permalink
network/nchat: Updated for version 5.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
eurodrigolira authored and sbo-bot[bot] committed Dec 7, 2024
1 parent e5fe738 commit f7ff2f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions network/nchat/nchat.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=nchat
VERSION=${VERSION:-5.2.11}
VERSION=${VERSION:-5.3.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -72,8 +72,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/bin
cp -a bin/nchat $PKG/usr/bin

mkdir -p $PKG/usr/lib64
cp -a lib/*.so $PKG/usr/lib64
mkdir -p $PKG/usr/lib
cp -a lib/*.so $PKG/usr/lib

mkdir -p $PKG/usr/share/$PRGNAM
cp -a share/$PRGNAM/themes $PKG/usr/share/$PRGNAM
Expand Down
6 changes: 3 additions & 3 deletions network/nchat/nchat.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="nchat"
VERSION="5.2.11"
VERSION="5.3.5"
HOMEPAGE="https://github.com/d99kris/nchat"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/d99kris/nchat/archive/v5.2.11/nchat-5.2.11.tar.gz"
MD5SUM_x86_64="b5841d1ce9fec36016a2b6c479efa404"
DOWNLOAD_x86_64="https://github.com/d99kris/nchat/archive/v5.3.5/nchat-5.3.5.tar.gz"
MD5SUM_x86_64="2df9ba569b038fea0c19d78114e8b56e"
REQUIRES="google-go-lang"
MAINTAINER="Rodrigo Lira"
EMAIL="[email protected]"

0 comments on commit f7ff2f0

Please sign in to comment.