Update harbor.rb (#63776)

This commit is contained in:
suschizu 2019-05-23 22:20:22 +02:00 committed by Vítor Galvão
parent 0767e0e30f
commit e90df9dfcf
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@ cask 'harbor' do
version '0.1.2'
sha256 '3330b8f76fd7c4e495e8b9ce2e929157b10c3686a33e403478b5f5947aac2b0b'
url "https://github.com/devmynd/harbor/releases/download/v#{version}/Harbor.app.zip"
appcast 'https://github.com/devmynd/harbor/releases.atom'
url "https://github.com/madeintandem/harbor/releases/download/v#{version}/Harbor.app.zip"
appcast 'https://github.com/madeintandem/harbor/releases.atom'
name 'Harbor'
homepage 'https://github.com/devmynd/harbor'
homepage 'https://github.com/madeintandem/harbor'
app 'Harbor.app'
end