Skip to content

Commit

Permalink
Merge pull request #610 from homebysix/ebs-major-version
Browse files Browse the repository at this point in the history
Add major version support to EBS download recipe
  • Loading branch information
homebysix authored Oct 8, 2023
2 parents 6064ada + 164d66c commit 55bcb09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion EBS/EBS.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<dict>
<key>NAME</key>
<string>EBS</string>
<key>MAJOR_VERSION</key>
<string>3</string>
</dict>
<key>MinimumVersion</key>
<string>1.0.0</string>
Expand All @@ -21,7 +23,7 @@
<key>Arguments</key>
<dict>
<key>re_pattern</key>
<string>EBS_([\d\.]+)_Install.dmg</string>
<string>EBS_(%MAJOR_VERSION%\.[\d\.]+)_Install.dmg</string>
<key>result_output_var_name</key>
<string>version</string>
<key>url</key>
Expand Down

0 comments on commit 55bcb09

Please sign in to comment.