mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
cdock.rb: Upgrade to v8.3
This commit is contained in:
committed by
Vítor Galvão
parent
0a0052f6e8
commit
5ffbdc7eec
+7
-5
@@ -1,11 +1,13 @@
|
||||
cask :v1 => 'cdock' do
|
||||
version '8.2'
|
||||
sha256 '4695a982d1252c40f7e786a7bc850bae592d08d07d884b6938f2c8c5263fe69b'
|
||||
version '8.3'
|
||||
sha256 '61dab68cac88e6855daf3d2ab0212292e643e6f6e0ae7209c057df91f57e3a05'
|
||||
|
||||
url "http://downloads.sourceforge.net/project/cdock/cDock/cDock_v#{version}.zip"
|
||||
url "https://github.com/w0lfschild/cDock/releases/download/v#{version}/cDock_v#{version}.zip"
|
||||
appcast 'https://github.com/w0lfschild/cDock/releases.atom',
|
||||
:sha256 => 'c96e0fd594f7f0f1c1814f51e9e23ffb2948514f3515c455536409dcc9acbaf1'
|
||||
name 'cDock'
|
||||
homepage 'http://sourceforge.net/projects/cdock/'
|
||||
license :oss
|
||||
homepage 'http://w0lfschild.github.io/pages/cdock.html'
|
||||
license :bsd
|
||||
|
||||
app 'cDock.app'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user