Skip to content

Commit

Permalink
jpegoptim 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brettkoonce committed May 20, 2014
1 parent 1dd649f commit 1bb4c2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/jpegoptim.rb
@@ -1,12 +1,12 @@
require 'formula'
require "formula"

class Jpegoptim < Formula
homepage 'https://github.com/tjko/jpegoptim'
url 'https://github.com/tjko/jpegoptim/archive/RELEASE.1.3.1.tar.gz'
sha1 'c7264e3a6c59cc4ee919ca6e4c9db02076da2476'
head 'https://github.com/tjko/jpegoptim.git'
homepage "https://github.com/tjko/jpegoptim"
url "https://github.com/tjko/jpegoptim/archive/RELEASE.1.4.0.tar.gz"
sha1 "54c9cb32d1927d88b3ba4533dd965450f986aaec"
head "https://github.com/tjko/jpegoptim.git"

depends_on 'jpeg'
depends_on "jpeg"

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
Expand Down

0 comments on commit 1bb4c2d

Please sign in to comment.