From 2a596d7155830a65ef4ff6a71db71fe0b4b83665 Mon Sep 17 00:00:00 2001 From: Gonzalo Cao Date: Wed, 6 Apr 2016 09:16:53 +0000 Subject: [PATCH] Updated for 2.5.10 stable version --- README.md | 4 ++-- gphoto2-updater.sh | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4275ea6..38953c4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ gphoto2-updater Gphoto2 and libGphoto2 compiler and installer script http://github.com/gonzalo/gphoto2-updater -This script allows to install last development (currently 2.5.9.1) and last -stable (2.5.9) releases of gphoto2 and libGphoto2 based on +This script allows to install last development and last +stable (2.5.10) releases of gphoto2 and libGphoto2 based on [git repositories](https://github.com/gphoto/) This script was initially created for Raspbian http://www.raspbian.org diff --git a/gphoto2-updater.sh b/gphoto2-updater.sh index 7d93af3..7f7ffd0 100755 --- a/gphoto2-updater.sh +++ b/gphoto2-updater.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Gphoto2 compiler and installer script v0.5 +# Gphoto2 compiler and installer script # # This script is specifically created for Raspbian http://www.raspbian.org # and Raspberry Pi http://www.raspberrypi.org but should work over any @@ -16,6 +16,7 @@ # Updated for gphoto2 2.5.8 by scribblemaniac # Updated for gphoto2 2.5.9 at GitHub by Gonzalo Cao # Updated for last development release at GitHub by Gonzalo Cao +# Updated for gphoto2 2.5.10 by Gonzalo Cao # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -30,7 +31,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -latest_stable_version=2_5_9 +latest_stable_version=2_5_10 display_version=$(echo ${latest_stable_version} | tr '_' '.') branch_libgphoto='' branch_gphoto=''