# HG changeset patch # User Richard Dunbar # Date 1336180221 0 # Node ID c76b9695eec4aa665c6e9b68333ca518332a0b6c # Parent ccc42dc5096b470d48c99ffc6965f6390b1b509f get-dropbox: using https now... diff -r ccc42dc5096b -r c76b9695eec4 get-dropbox/receipt --- a/get-dropbox/receipt Fri May 04 22:38:36 2012 +0000 +++ b/get-dropbox/receipt Sat May 05 01:10:21 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 ccc42dc5096b -r c76b9695eec4 get-dropbox/stuff/get-dropbox --- a/get-dropbox/stuff/get-dropbox Fri May 04 22:38:36 2012 +0000 +++ b/get-dropbox/stuff/get-dropbox Sat May 05 01:10:21 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."