From 730b59f46cd0d15cd13261ec5a2bac67bf0ebcb0 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 24 Apr 2018 21:02:01 +0700 Subject: [PATCH] cinnamon-control-center: Upgraded to 3.8.0. Signed-off-by: Willy Sudiarto Raharjo --- .../cinnamon-control-center.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cinnamon-control-center/cinnamon-control-center.SlackBuild b/cinnamon-control-center/cinnamon-control-center.SlackBuild index f152f55..3b4a1fc 100644 --- a/cinnamon-control-center/cinnamon-control-center.SlackBuild +++ b/cinnamon-control-center/cinnamon-control-center.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cinnamon-control-center -VERSION=${VERSION:-3.6.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.8.0} +BUILD=${BUILD:-1} TAG=${TAG:-_csb} if [ -z "$ARCH" ]; then @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c https://github.com/linuxmint/cinnamon-control-center/archive/$VERSION.tar.gz +wget -c https://github.com/linuxmint/cinnamon-control-center/archive/$VERSION/$PRGNAM-$VERSION.tar.gz CWD=$(pwd) TMP=${TMP:-/tmp/csb} @@ -62,7 +62,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$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 . \