Skip to content

Commit

Permalink
Merge pull request #649 from paul-cossey/master
Browse files Browse the repository at this point in the history
Update DockerDesktop.download.recipe
  • Loading branch information
homebysix authored Jul 8, 2024
2 parents 0d66b40 + 62821b4 commit ee37f45
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Docker/DockerDesktop.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,26 @@ required to support Apple Silicon Macs.</string>
<string>1.4.1</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>re_pattern</key>
<string>https://desktop\.docker\.com/mac/main/%PLATFORM_ARCH%/[A-Za-z0-9]+/Docker\.dmg</string>
<key>result_output_var_name</key>
<string>DOWNLOAD_URL</string>
<key>url</key>
<string>https://docs.docker.com/desktop/release-notes/</string>
</dict>
<key>Processor</key>
<string>URLTextSearcher</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>filename</key>
<string>%NAME%-%PLATFORM_ARCH%.dmg</string>
<key>url</key>
<string>https://desktop.docker.com/mac/main/%PLATFORM_ARCH%/Docker.dmg</string>
<string>%DOWNLOAD_URL%</string>
</dict>
<key>Processor</key>
<string>URLDownloader</string>
Expand Down

0 comments on commit ee37f45

Please sign in to comment.