File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ services:
8
8
9
9
env :
10
10
global :
11
- - GPHOTO2_VERSION='2\.5\.20 '
12
- - LIBGPHOTO2_VERSION='2\.5\.22 '
11
+ - GPHOTO2_VERSION='2\.5\.23 '
12
+ - LIBGPHOTO2_VERSION='2\.5\.23 '
13
13
14
14
- INSTALL_CMD="apt-get -qq update && apt-get -y install wget ca-certificates && wget https://raw.githubusercontent.com/$TRAVIS_REPO_SLUG/$TRAVIS_BRANCH/gphoto2-updater.sh && chmod +x gphoto2-updater.sh && ./gphoto2-updater.sh --stable"
15
15
- GPHOTO2_TEST_CMD="gphoto2 --version | grep '^gphoto2\\s\+$GPHOTO2_VERSION\\s'"
22
22
- sudo $TRAVIS_BUILD_DIR/gphoto2-updater.sh --stable
23
23
script :
24
24
- eval "$GPHOTO2_TEST_CMD"
25
- - eval "$LIBGPHOTO2_TEST_CMD"
25
+ - eval "$LIBGPHOTO2_TEST_CMD"
26
26
- stage : Ubuntu 16.04
27
27
install :
28
28
- sudo $TRAVIS_BUILD_DIR/gphoto2-updater.sh --stable
Original file line number Diff line number Diff line change 31
31
# You should have received a copy of the GNU General Public License
32
32
# along with this program. If not, see <http://www.gnu.org/licenses/>.
33
33
34
- latest_stable_libgphoto_version=2_5_22
35
- latest_stable_gphoto_version=2_5_20
34
+ latest_stable_libgphoto_version=2_5_23
35
+ latest_stable_gphoto_version=2_5_23
36
36
display_version=$( echo " libgphoto ${latest_stable_libgphoto_version} ; gphoto ${latest_stable_gphoto_version} " | tr ' _' ' .' )
37
37
branch_libgphoto=' '
38
38
branch_gphoto=' '
You can’t perform that action at this time.
0 commit comments