Skip to content

Commit

Permalink
1password.rb: updated vendor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao committed Feb 11, 2016
1 parent 97c225b commit 57b5fe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/1password.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
version '3.8.22'
sha256 '3afd75f1bddf791dc7dbc9a7d92ab6eb91ee891407d750cedb7b5aff5fe8bf17'

# cloudfront.net is the official download host per the vendor homepage
# d13itkw33a7sus.cloudfront.net was verified as official when first introduced to the cask
url "https://d13itkw33a7sus.cloudfront.net/dist/1P/mac/1Password-#{version}.zip"

app '1Password.app'
elsif MacOS.release <= :mavericks
version '4.4.3'
sha256 '6657fc9192b67dde63fa9f67b344dc3bc6b7ff3e501d3dbe0f5712a41d8ee428'

# cloudfront.net is the official download host per the vendor homepage
# d13itkw33a7sus.cloudfront.net was verified as official when first introduced to the cask
url "https://d13itkw33a7sus.cloudfront.net/dist/1P/mac4/1Password-#{version}.zip"

app "1Password #{version.major}.app"
else
version '6.0.2'
sha256 '28b79691e3985c15ea34cd0e25987971766cdd478c3cbe276aff476ab16bc922'

# cloudfront.net is the official download host per the vendor homepage
# d13itkw33a7sus.cloudfront.net was verified as official when first introduced to the cask
url "https://d13itkw33a7sus.cloudfront.net/dist/1P/mac4/1Password-#{version}.zip"

app "1Password #{version.major}.app"
Expand Down

0 comments on commit 57b5fe2

Please sign in to comment.