diff options
author | David O'Shaughnessy <dev@osh.id.au> | 2018-04-11 23:36:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-14 07:06:29 +0700 |
commit | 1b67b09e37c269758900acf56be9fd651a6996e1 (patch) | |
tree | 0512e12892668e5f733b6739159929288b6e944c /network/riot-web | |
parent | ebba8e9779709a4c5c776fbf4041bb2e59d86533 (diff) | |
download | slackbuilds-1b67b09e37c269758900acf56be9fd651a6996e1.tar.gz |
network/riot-web: Updated for version 0.14.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/riot-web')
-rw-r--r-- | network/riot-web/riot-web.SlackBuild | 8 | ||||
-rw-r--r-- | network/riot-web/riot-web.info | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/network/riot-web/riot-web.SlackBuild b/network/riot-web/riot-web.SlackBuild index c19ef2e8f7..052ed310e8 100644 --- a/network/riot-web/riot-web.SlackBuild +++ b/network/riot-web/riot-web.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=riot-web -VERSION=${VERSION:-0.13.5} +VERSION=${VERSION:-0.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,11 @@ find -L . \ mkdir -p $PKG/usr/bin ln -sf /opt/Riot/$PRGNAM $PKG/usr/bin/$PRGNAM -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/share/doc/$PRGNAM/$PRGNAM.SlackBuild +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION +rm -rf $PKG/usr/share/doc +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh diff --git a/network/riot-web/riot-web.info b/network/riot-web/riot-web.info index f6fde22566..2f4223465c 100644 --- a/network/riot-web/riot-web.info +++ b/network/riot-web/riot-web.info @@ -1,10 +1,10 @@ PRGNAM="riot-web" -VERSION="0.13.5" +VERSION="0.14.0" HOMEPAGE="https://riot.im/" -DOWNLOAD="https://riot.im/packages/debian/pool/main/r/riot-web/riot-web_0.13.5_i386.deb" -MD5SUM="f0da0137075a4f0081143ef66b2ed0e2" -DOWNLOAD_x86_64="https://riot.im/packages/debian/pool/main/r/riot-web/riot-web_0.13.5_amd64.deb" -MD5SUM_x86_64="02321fab22f7815e358d8ebf1c1a4dd2" +DOWNLOAD="https://riot.im/packages/debian/pool/main/r/riot-web/riot-web_0.14.0_i386.deb" +MD5SUM="b31beb844ea8ea8ad52cfa84f3d8fccb" +DOWNLOAD_x86_64="https://riot.im/packages/debian/pool/main/r/riot-web/riot-web_0.14.0_amd64.deb" +MD5SUM_x86_64="1ca1c1148abd793fbb6e3c68305d8566" REQUIRES="" MAINTAINER="David O'Shaughnessy" EMAIL="dev@osh.id.au" |