Skip to content

Instantly share code, notes, and snippets.

@bgdevlab
Last active December 14, 2021 04:05
Show Gist options
  • Save bgdevlab/3bd8c737ffa958ca79dc55e3a61681dd to your computer and use it in GitHub Desktop.
Save bgdevlab/3bd8c737ffa958ca79dc55e3a61681dd to your computer and use it in GitHub Desktop.
cask 'navicat-for-postgresql' do
version '12.1.31'
sha256 '75b39291035a6eaf8d3b45afee8282ae6e9a94f41dd8f4a058dcc0f29f53b134'
url "http://download.navicat.com/download/navicat#{version.major_minor.no_dots}_pgsql_en.dmg"
appcast 'https://www.navicat.com/updater/v120/sysProfileInfo.php?appName=Navicat%20for%20PostgreSQL&appLang=en'
name 'Navicat for PostgreSQL'
homepage 'https://www.navicat.com/products/navicat-for-postgresql'
app 'Navicat for PostgreSQL.app'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment