homebrew-cask/Casks/bitrix24.rb

13 lines
381 B
Ruby

cask "bitrix24" do
# NOTE: "24" is not a version number, but an intrinsic part of the product name
version "11.1.41.57"
sha256 :no_check
url "https://dl.bitrix24.com/b24/bitrix24_desktop.dmg"
appcast "https://www.bitrix24.com/osx_version.php"
name "Bitrix24"
homepage "https://www.bitrix24.com/apps/mobile-and-desktop-apps.php#desktop_app"
app "Bitrix24.app"
end