File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ gphoto2-updater
44Gphoto2 and libGphoto2 compiler and installer script
55http://github.com/gonzalo/gphoto2-updater
66
7- This script allows to install last development (currently 2.5.9.1) and last
8- stable (2.5.9 ) releases of gphoto2 and libGphoto2 based on
7+ This script allows to install last development and last
8+ stable (2.5.10 ) releases of gphoto2 and libGphoto2 based on
99[ git repositories] ( https://github.com/gphoto/ )
1010
1111This script was initially created for Raspbian http://www.raspbian.org
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Gphoto2 compiler and installer script v0.5
3+ # Gphoto2 compiler and installer script
44#
55# This script is specifically created for Raspbian http://www.raspbian.org
66# and Raspberry Pi http://www.raspberrypi.org but should work over any
1616# Updated for gphoto2 2.5.8 by scribblemaniac
1717# Updated for gphoto2 2.5.9 at GitHub by Gonzalo Cao
1818# Updated for last development release at GitHub by Gonzalo Cao
19+ # Updated for gphoto2 2.5.10 by Gonzalo Cao
1920
2021# This program is free software: you can redistribute it and/or modify
2122# it under the terms of the GNU General Public License as published by
3031# You should have received a copy of the GNU General Public License
3132# along with this program. If not, see <http://www.gnu.org/licenses/>.
3233
33- latest_stable_version=2_5_9
34+ latest_stable_version=2_5_10
3435display_version=$( echo ${latest_stable_version} | tr ' _' ' .' )
3536branch_libgphoto=' '
3637branch_gphoto=' '
You can’t perform that action at this time.
0 commit comments