Rename pinegrow-web-designer to pinegrow and update to 3.1 (#39195)

This commit is contained in:
Ryan Kelly 2017-10-01 16:59:13 -04:00 committed by Victor Popkov
parent 7471f69999
commit 96139d2aea
2 changed files with 10 additions and 11 deletions

View File

@ -1,11 +0,0 @@
cask 'pinegrow-web-designer' do
version '3.01'
sha256 '4939f9df33471a4390fdcf3b49ab3d9bb20311b2d5eab860a9ce845929958092'
# pinegrow.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://pinegrow.s3.amazonaws.com/PinegrowMac.#{version}.dmg"
name 'Pinegrow Web Designer'
homepage 'https://pinegrow.com/'
app 'Pinegrow Web Designer.app'
end

10
Casks/pinegrow.rb Normal file
View File

@ -0,0 +1,10 @@
cask 'pinegrow' do
version '3.1'
sha256 'c0f1d8c2a224083dd945ff4acf4fbb92187c76b5f4df024affc42d49f825181c'
url "http://download.pinegrow.com/PinegrowMac.#{version}.dmg"
name 'Pinegrow'
homepage 'https://pinegrow.com/'
app 'Pinegrow.app'
end