Skip to content

Commit

Permalink
Update FileMakerProClaris.download.recipe to support v. 20 (#91)
Browse files Browse the repository at this point in the history
The download URL path structure has changed. This updates the default regex to support at least versions 19 and 20.
  • Loading branch information
jazzace authored Dec 20, 2023
1 parent 2f0782f commit 3fdc6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileMaker/FileMakerProClaris.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this recipe, go to https://www.filemaker.com/redirects/ss.txt and find th
<key>NAME</key>
<string>FileMakerPro</string>
<key>SEARCH_PATTERN</key>
<string>("%PRODUCT_ID%","url":"(?P&lt;url&gt;https://downloads.claris.com/esd/fmp_(?P&lt;version&gt;[\d.]+).dmg)")</string>
<string>("%PRODUCT_ID%","url":"(?P&lt;url&gt;https://downloads.claris.com/[esdTBU\d/]+fmp_(?P&lt;version&gt;[\d.]+).dmg)")</string>
</dict>
<key>MinimumVersion</key>
<string>0.6.1</string>
Expand Down

0 comments on commit 3fdc6e7

Please sign in to comment.