-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lesley Martin del Campo
committed
Mar 25, 2015
1 parent
2858de2
commit 75cd25c
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
cask :v1 => 'cuttle' do | ||
version '1.1' | ||
sha256 '7133beb24c3a37fe13f12d0b8110f1fcaf541d80e938cfaafb37a4d47bfcca15' | ||
|
||
url "https://github.com/oakmac/cuttle/releases/download/v#{version}/cuttle-v#{version}-mac.dmg" | ||
name 'CUTTLE' | ||
homepage 'https://github.com/oakmac/cuttle' | ||
license :mit | ||
|
||
app 'Cuttle.app' | ||
end |