homebrew-cask/Casks/pgmanage.rb

13 lines
482 B
Ruby
Raw Normal View History

2018-03-26 03:19:59 +08:00
cask 'pgmanage' do
2018-12-15 02:12:48 +08:00
version '11.0.0'
sha256 'ff81f151389223d0e484414516de57722df08f17d182b73aeefdfd57feb78881'
2018-03-26 03:19:59 +08:00
# github.com/pgManage/pgManage was verified as official when first introduced to the cask
url "https://github.com/pgManage/pgManage/releases/download/v#{version}/pgManage-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/pgManage/pgManage/releases.atom'
2018-03-26 03:19:59 +08:00
name 'pgManage'
homepage 'https://www.workflowproducts.com/services.html#software'
app 'pgManage.app'
end