Skip to content

Commit

Permalink
sassc 3.2.1
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#39165.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
xzyfer authored and MikeMcQuaid committed Apr 30, 2015
1 parent d942b1b commit 645cc0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/sassc.rb
Expand Up @@ -2,8 +2,7 @@

class Sassc < Formula
homepage "https://github.com/sass/sassc"
url "https://github.com/sass/sassc/archive/3.1.0.tar.gz"
sha1 "573224ad922b46ea1a568807ddcbc7de41a4254d"
url "https://github.com/sass/sassc.git", :tag => "3.2.1", :revision => "a88dd098143a1297d68a509f6dd99be25487197a"
head "https://github.com/sass/sassc.git"

bottle do
Expand All @@ -20,7 +19,6 @@ class Sassc < Formula
depends_on "libsass"

def install
ENV["SASSC_VERSION"] = "3.1.0"
system "autoreconf", "-fvi"
system "./configure", "--prefix=#{prefix}", "--disable-silent-rules",
"--disable-dependency-tracking"
Expand Down

0 comments on commit 645cc0f

Please sign in to comment.