File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.3.1 (2018/01/15)
4
+
5
+ * Fix issue while checking source hash (Issue #35 )
6
+
3
7
## 4.3.0 (2017/12/26)
4
8
5
9
* Add an exclude filter for files through [ DL_EXCLUDE_REGEX] ( https://ftpgrab.github.io/doc/configuration/#dl_exclude_regex ) (Issue #27 )
Original file line number Diff line number Diff line change 4
4
<a href =" https://github.com/ftpgrab/ftpgrab/releases/latest " ><img src =" https://img.shields.io/github/release/ftpgrab/ftpgrab.svg?style=flat-square " alt =" GitHub release " ></a >
5
5
<a href =" https://travis-ci.org/ftpgrab/ftpgrab " ><img src =" https://img.shields.io/travis/ftpgrab/ftpgrab/master.svg?style=flat-square " alt =" Build Status " ></a >
6
6
<a href =" https://www.codacy.com/app/crazy-max/ftpgrab " ><img src =" https://img.shields.io/codacy/grade/354bfb181fc5482dac1e8f31e8e29af5.svg?style=flat-square " alt =" Code Quality " ></a >
7
+ <a href =" https://saythanks.io/to/crazymax " ><img src =" https://img.shields.io/badge/thank-crazymax-426aa5.svg?style=flat-square " alt =" Say Thanks " ></a >
7
8
<a href =" https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7NFD44VBNE3VL " ><img src =" https://img.shields.io/badge/donate-paypal-7057ff.svg?style=flat-square " alt =" Donate Paypal " ></a >
8
9
</p >
9
10
Original file line number Diff line number Diff line change 2
2
3
3
# ##################################################################################
4
4
# #
5
- # FTPGrab v4.3.0 #
5
+ # FTPGrab v4.3.1 #
6
6
# #
7
7
# Simple script to grab your files from a remote FTP server. #
8
8
# #
@@ -573,7 +573,7 @@ mkdir -p "$HASH_DIR"
573
573
if [ ! -d " $HASH_DIR " ]; then ftpgrabEcho " ERROR: Cannot create dir $HASH_DIR with $( whoami) user" ; exit 1; fi
574
574
if [ ! -w " $HASH_DIR " ]; then ftpgrabEcho " ERROR: Dir $HASH_DIR is not writable by $( whoami) " ; exit 1; fi
575
575
576
- ftpgrabEcho " FTPGrab v4.3.0 ($BASENAME_FILE - $( date +" %Y/%m/%d %H:%M:%S" ) )"
576
+ ftpgrabEcho " FTPGrab v4.3.1 ($BASENAME_FILE - $( date +" %Y/%m/%d %H:%M:%S" ) )"
577
577
ftpgrabEcho " --------------"
578
578
579
579
# Check required packages
You can’t perform that action at this time.
0 commit comments