# HG changeset patch # User Richard Dunbar # Date 1336180740 0 # Node ID c9fee97edf173ff129432d1f25ad33f0d458b5c1 # Parent 3f0e13f577a677e083020f1e1f0a4db34c9775a9 get-dropbox: using https now... diff -r 3f0e13f577a6 -r c9fee97edf17 get-dropbox/receipt --- a/get-dropbox/receipt Sat May 05 05:30:11 2012 +0200 +++ b/get-dropbox/receipt Sat May 05 01:19:00 2012 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Get Dropbox daemon and client for online storage." MAINTAINER="pankso@slitaz.org" WEB_SITE="http://www.getdropbox.com/" +DEPENDS="wget" TAGS="sync storage" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 3f0e13f577a6 -r c9fee97edf17 get-dropbox/stuff/get-dropbox --- a/get-dropbox/stuff/get-dropbox Sat May 05 05:30:11 2012 +0200 +++ b/get-dropbox/stuff/get-dropbox Sat May 05 01:19:00 2012 +0000 @@ -29,7 +29,7 @@ cd $TEMP_DIR # Download the file -wget -O $TARBALL $URL +wget --no-check-certificate -O $TARBALL $URL if [ ! -f $TARBALL ]; then echo "Could not download $TARBALL. Exiting."