Skip to content

Instantly share code, notes, and snippets.

@akiomik
Created September 9, 2015 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akiomik/7bac4fd072a1a1ac7004 to your computer and use it in GitHub Desktop.
Save akiomik/7bac4fd072a1a1ac7004 to your computer and use it in GitHub Desktop.
a homebrew cask formula for CoreDataUtility
cask :v1 => 'coredatautil' do
version '1.5.8'
sha256 '6e158ee215cde14582191804abc965b38db6f911fb22068631c80313fe0b90a8'
url 'https://github.com/yepher/CoreDataUtility/releases/download/1.5_8/CoreDataUtil.app.zip'
name 'CoreDataUtility'
homepage 'https://github.com/yepher/CoreDataUtility/releases'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app ''
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment