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.7'
sha256 '1ea5b78bcd4fd9be1f81d40396ff352fd2f0bea3f83988f310ca48b9077ce5a3'
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