Browse Source

re-use version in autodmg-beta

master
Roland Walker 11 years ago
parent
commit
287720b786
  1. 2
      Casks/autodmg-beta.rb

2
Casks/autodmg-beta.rb

@ -2,7 +2,7 @@ class AutodmgBeta < Cask
version '1.5b359'
sha256 'a0eb343fe44df8d347cbb29ab3f07f45847e649eeb295162787cf729e17d274e'
url 'https://github.com/MagerValp/AutoDMG/releases/download/v1.5b359/AutoDMG-1.5b359.dmg'
url "https://github.com/MagerValp/AutoDMG/releases/download/v#{version}/AutoDMG-#{version}.dmg"
homepage 'https://github.com/MagerValp/AutoDMG'
app 'AutoDMG.app'

Loading…
Cancel
Save