Skip to content

Commit

Permalink
improved download script
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWise committed Sep 25, 2018
1 parent d5b9de5 commit 0669ecd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ rm -rf "$TEMP"
MAJOR=`expr "${VERSION:0:1}" + 0`
MINOR=`expr "${VERSION:1:2}" + 0`
PATCH=`expr "${VERSION:3:2}" + 0`
sed -Eie "s/version [0-9]+\.[0-9]+\.[0-9]+/version $MAJOR.$MINOR.$PATCH/g" "$DEPS/../docs/compilation.md"
sed -Ei "" -e "s/version [0-9]+\.[0-9]+\.[0-9]+/version $MAJOR.$MINOR.$PATCH/g" "$DEPS/../docs/compilation.md"
echo "done!"
Binary file modified deps/sqlite3.tar.gz
Binary file not shown.

0 comments on commit 0669ecd

Please sign in to comment.