mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
office/sc-im: Updated for version 0.4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
e50720f840
commit
3de7f9f310
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sc-im
|
||||
VERSION=${VERSION:-0.3.0}
|
||||
VERSION=${VERSION:-0.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sc-im"
|
||||
VERSION="0.3.0"
|
||||
VERSION="0.4.0"
|
||||
HOMEPAGE="https://github.com/andmarti1424/sc-im"
|
||||
DOWNLOAD="https://github.com/andmarti1424/sc-im/archive/v0.3.0.tar.gz"
|
||||
MD5SUM="95264dd92fad7dd50ae09e859c36c31a"
|
||||
DOWNLOAD="https://github.com/andmarti1424/sc-im/archive/v0.4.0/sc-im-0.4.0.tar.gz"
|
||||
MD5SUM="2f9376e1b46a32e1d041b7fe8248abba"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue