Merge pull request #10509 from alebcay/cleanarchiver

Update CleanArchiver to use #{version} substitution, update license field
This commit is contained in:
Caleb Xu 2015-04-09 17:35:27 -04:00
commit 7f735b6c29
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ cask :v1 => 'cleanarchiver' do
version '3.0a6'
sha256 '9b24c7ac24e976b6d364a81e746dcd1526fcbda57e787cd3c0fce00eba1b5847'
url 'https://www.sopht.jp/pub/Mac/CleanArchiver-3.0a6.dmg'
url "https://www.sopht.jp/pub/Mac/CleanArchiver-#{version}.dmg"
name 'CleanArchiver'
homepage 'https://www.sopht.jp/cleanarchiver/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :bsd
app 'CleanArchiver.app'
end