Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

network/nchat: Updated for version 5.3.5. #9023

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]"