colors.rb: added discontinued caveat (including new header)

This commit is contained in:
Vítor Galvão 2015-03-17 00:14:02 +01:00
parent 402bbf6d4f
commit b355f0492e
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cask :v1 => 'colors' do
cask :v1_1 => 'colors' do
version '1.10'
sha256 '073f3055613b4f57e4f6a1acc8540ad8eca316e61a5202fa72f055928d83d600'
@ -9,4 +9,8 @@ cask :v1 => 'colors' do
license :mit
app 'Colors.app'
caveats do
discontinued
end
end