homebrew-cask/Casks/neo4j.rb

12 lines
368 B
Ruby

cask 'neo4j' do
# note: "4" is not a version number, but an intrinsic part of the product name
version '1.1.1'
sha256 '1709ff977343ca212b50b65fbacc5ccb8dd76e94a547eada035a60c837f9a663'
url "https://neo4j.com/artifact.php?name=neo4j-desktop-offline-#{version}.dmg"
name 'Neo4j Desktop'
homepage 'https://neo4j.com/download/'
app 'Neo4j Desktop.app'
end