Skip to content

Commit cd9a4ae

Browse files
Update gphoto and libgphoto to 2.5.23
1 parent fb6e9c4 commit cd9a4ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ services:
88

99
env:
1010
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'
1313

1414
- 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"
1515
- GPHOTO2_TEST_CMD="gphoto2 --version | grep '^gphoto2\\s\+$GPHOTO2_VERSION\\s'"
@@ -22,7 +22,7 @@ jobs:
2222
- sudo $TRAVIS_BUILD_DIR/gphoto2-updater.sh --stable
2323
script:
2424
- eval "$GPHOTO2_TEST_CMD"
25-
- eval "$LIBGPHOTO2_TEST_CMD"
25+
- eval "$LIBGPHOTO2_TEST_CMD"
2626
- stage: Ubuntu 16.04
2727
install:
2828
- sudo $TRAVIS_BUILD_DIR/gphoto2-updater.sh --stable

gphoto2-updater.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
# You should have received a copy of the GNU General Public License
3232
# along with this program. If not, see <http://www.gnu.org/licenses/>.
3333

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
3636
display_version=$(echo "libgphoto ${latest_stable_libgphoto_version}; gphoto ${latest_stable_gphoto_version}" | tr '_' '.')
3737
branch_libgphoto=''
3838
branch_gphoto=''

0 commit comments

Comments
 (0)