Skip to content

Commit

Permalink
Update optipng source to v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kontinuation authored and shinnn committed Apr 12, 2016
1 parent b2bcc63 commit d54b2c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bin.run(function (err) {
log.info('compiling from source');

new BinBuild()
.src('http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.5/optipng-0.7.5.tar.gz')
.src('http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.6/optipng-0.7.6.tar.gz')
.cmd([
'./configure --with-system-zlib --prefix="' + bin.dest() + '"',
'--bindir="' + bin.dest() + '"'
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ afterEach(function () {

it('rebuild the optipng binaries', function (cb) {
new BinBuild()
.src('http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.5/optipng-0.7.5.tar.gz')
.src('http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.6/optipng-0.7.6.tar.gz')
.cmd('./configure --with-system-zlib --prefix="' + tmp + '" --bindir="' + tmp + '"')
.cmd('make install')
.run(function (err) {
Expand Down

0 comments on commit d54b2c3

Please sign in to comment.