From: geraldo netto <geraldone...@gmail.com>
Committer: Waldemar Kozaczuk <jwkozac...@gmail.com>
Branch: master

sqlite/GET: use wget -c

Signed-off-by: geraldo netto <geraldone...@gmail.com>
Message-Id: <1516131789-8559-49-git-send-email-geraldone...@gmail.com>

---
diff --git a/sqlite/GET b/sqlite/GET
--- a/sqlite/GET
+++ b/sqlite/GET
@@ -5,7 +5,7 @@ VERSION=3080200

 mkdir upstream
 cd upstream
-wget http://www.sqlite.org/$YEAR/sqlite-amalgamation-$VERSION.zip
+wget -c http://www.sqlite.org/$YEAR/sqlite-amalgamation-$VERSION.zip
 unzip -x sqlite-amalgamation-$VERSION.zip
 cd -

--
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to