summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-06-25 20:54:43 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-06-25 20:54:43 +0200
commitc74d3d5d8051bd432570aa6e534a39870adcc5ef (patch)
tree52677cfa325313ba23009ee973e07b60f23e9037
parentc20b2894ff596d9dd85d4d22c9b52742f5714889 (diff)
downloadyoutube-dl-c74d3d5d8051bd432570aa6e534a39870adcc5ef.tar.gz
youtube-dl-c74d3d5d8051bd432570aa6e534a39870adcc5ef.tar.xz
youtube-dl-c74d3d5d8051bd432570aa6e534a39870adcc5ef.zip
echo latest version, too
-rwxr-xr-xupdate_latest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/update_latest.sh b/update_latest.sh
index 447f171c2..355a22a6d 100755
--- a/update_latest.sh
+++ b/update_latest.sh
@@ -14,3 +14,5 @@ ln -sf --no-target-directory ../downloads/$version latest/directory
 for f in $(ls "downloads/$version/"); do \
     ln -sf --no-target-directory "../downloads/$version/$f" latest/$(echo $f | sed -e "s@-$version@@")
 done
+echo -n "$version" > latest/version
+