homebrew-cask/Casks/shift.rb

17 lines
474 B
Ruby

cask "shift" do
version "7.2.8"
sha256 "68f65f713510a051c88f104f227e1a72e34f8592a58b1b825120eacc6aca835c"
url "https://update.tryshift.com/download/version/#{version}/osx_64"
name "Shift"
desc "Workstation to streamline your accounts, apps, and workflows"
homepage "https://tryshift.com/"
livecheck do
url "https://tryshift.com/download/?platform=mac"
regex(%r{href=.*?version/(\d+(?:[._-]\d+)+)[._-]stable/osx[._-]64}i)
end
app "Shift.app"
end