summarylogtreecommitdiffstats
path: root/readme.install
diff options
context:
space:
mode:
authorgraysky2018-10-24 17:22:37 -0400
committergraysky2018-10-24 17:22:37 -0400
commit3478b5da7ca2995b895a9cf4a86567f34dd37932 (patch)
treed579ab130711b7f01f7ad9f99edc672109ed7b08 /readme.install
parentea1e1cbab369dc08220db6794599f9cf9738d225 (diff)
downloadaur-3478b5da7ca2995b895a9cf4a86567f34dd37932.tar.gz
Update to 1.08-1
Diffstat (limited to 'readme.install')
-rw-r--r--readme.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.install b/readme.install
index 63a1b87cf2d8..5eb817864d0a 100644
--- a/readme.install
+++ b/readme.install
@@ -7,8 +7,8 @@ post_install() {
}
post_upgrade() {
- # version 1.05 introduces new videos
- if [[ "$(vercmp $2 1.05)" -lt 0 ]]; then
+ # version 1.08 introduces new videos
+ if [[ "$(vercmp $2 1.08)" -lt 0 ]]; then
echo '------------------------------------------------------------------------------------'
echo ' You must manually delete your day and night databases or wait for all videos to'
echo ' cycle for the rebuild. New videos will be unavailable until either of these happen.'