Skip to content

Commit

Permalink
Add major version support to EBS download recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Oct 8, 2023
1 parent 6064ada commit 164d66c
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 164d66c

Please sign in to comment.