diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2017-01-23 22:28:49 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-24 00:21:56 +0000 |
commit | 3de7f9f310a9327fa3ae04aa9a93473eaf8f1415 (patch) | |
tree | f9f28742fe5650951e7bcd4cf439f3588e673d69 /office | |
parent | e50720f840b31e36d1fdfb3bde55de655beef49e (diff) | |
download | slackbuilds-3de7f9f310a9327fa3ae04aa9a93473eaf8f1415.tar.gz |
office/sc-im: Updated for version 0.4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/sc-im/sc-im.SlackBuild | 4 | ||||
-rw-r--r-- | office/sc-im/sc-im.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/sc-im/sc-im.SlackBuild b/office/sc-im/sc-im.SlackBuild index b3839df34e..d5bd6b18e0 100644 --- a/office/sc-im/sc-im.SlackBuild +++ b/office/sc-im/sc-im.SlackBuild @@ -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 . \ diff --git a/office/sc-im/sc-im.info b/office/sc-im/sc-im.info index 708b057991..072115b2a4 100644 --- a/office/sc-im/sc-im.info +++ b/office/sc-im/sc-im.info @@ -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="" |