Skip to content

Commit

Permalink
Merge pull request #689 from bryanheinz/master
Browse files Browse the repository at this point in the history
Updated MySQL Workbench URLs
  • Loading branch information
homebysix authored Feb 1, 2025
2 parents 6efee6e + 8e5c68e commit 76544ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MySQLWorkbench/MySQLWorkbench.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Set the ARCH input variable based on the desired architecture:
<string>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36</string>
</dict>
<key>url</key>
<string>https://dev.mysql.com/downloads/workbench</string>
<string>https://dev.mysql.com/downloads/workbench/</string>
</dict>
<key>Processor</key>
<string>URLTextSearcher</string>
Expand All @@ -44,7 +44,7 @@ Set the ARCH input variable based on the desired architecture:
<key>filename</key>
<string>%NAME%-%ARCH%-%version%.dmg</string>
<key>url</key>
<string>https://dev.mysql.com/get/Downloads/MySQLGUITools/%dmg%</string>
<string>https://cdn.mysql.com/Downloads/MySQLGUITools/%dmg%</string>
</dict>
<key>Processor</key>
<string>URLDownloader</string>
Expand Down

0 comments on commit 76544ee

Please sign in to comment.