homebrew-cask/Casks/bitrix24.rb

13 lines
436 B
Ruby
Raw Normal View History

2016-12-04 03:04:33 +08:00
cask 'bitrix24' do
# note: "24" is not a version number, but an intrinsic part of the product name
version '8.1.0.44'
sha256 '4494265baf3a9927d929131274f7f75d1b05f9bb3c6f1a81ecb7882288a7ca7d'
2016-12-04 03:04:33 +08:00
2019-10-19 02:57:20 +08:00
url 'https://dl.bitrix24.com/b24/bitrix24_desktop.dmg'
2018-06-12 22:37:26 +08:00
appcast 'https://www.bitrix24.com/osx_version.php'
2016-12-04 03:04:33 +08:00
name 'Bitrix24'
homepage 'https://www.bitrix24.com/apps/mobile-and-desktop-apps.php#desktop_app'
app 'Bitrix24.app'
end