Merge pull request #7781 from mrjbq7/factor

Update Factor to 0.97.
This commit is contained in:
ndr 2014-12-04 04:10:10 +00:00
commit 78a223b9b8
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
cask :v1 => 'factor' do
version '0.96'
sha256 'bd5dca1393c444a9491ef0c70f48b94ae7e39712ea0748a061cd721d26e83c40'
version '0.97'
sha256 '218f21005a6aeef404365da87b0aabd424387f393df120ca98b50fda5db8a674'
url "http://downloads.factorcode.org/releases/#{version}/factor-macosx-x86-64-#{version}.dmg"
homepage 'http://factorcode.org/'
license :unknown
license :bsd
app 'factor/Factor.app'
end