Skip to content

Commit

Permalink
Merge pull request le0pard#18 from EwoutH/patch-1
Browse files Browse the repository at this point in the history
Update to libwebp 1.0.2
  • Loading branch information
le0pard authored Jan 31, 2019
2 parents 4236d53 + fb9c63c commit 3e67105
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/webp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WebP
VERSION = "0.2.5"
VERSION = "1.0.2"
end
8 changes: 4 additions & 4 deletions spec/travis_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/usr/bin/env sh
wget http://downloads.webmproject.org/releases/webp/libwebp-0.5.1.tar.gz
tar xvzf libwebp-0.5.1.tar.gz
cd libwebp-0.5.1
wget http://downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz
tar xvzf libwebp-1.0.2.tar.gz
cd libwebp-1.0.2
./configure --prefix=$HOME/opt
make && make install
make && make install

0 comments on commit 3e67105

Please sign in to comment.