Revert swfmill to 0.3.0
This commit is contained in:
parent
a5987c09f8
commit
8dee36dd2c
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Swfmill < Formula
|
||||
url 'http://swfmill.org/releases/swfmill-0.3.1.tar.gz'
|
||||
# Staying on 3.0 until this 3.1 issue is fixed:
|
||||
# https://bugs.launchpad.net/swfmill/+bug/611403
|
||||
url 'http://swfmill.org/releases/swfmill-0.3.0.tar.gz'
|
||||
homepage 'http://swfmill.org'
|
||||
md5 '63c0b16eab55c385a47afe3ec5b917b9'
|
||||
md5 'b7850211cf683aa7a1c62324b56e3216'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue