Skip to content

Commit

Permalink
Fix for autopkg#470 Evernote.download.recipe
Browse files Browse the repository at this point in the history
Changed the download URL to link published at https://evernote.com/download, and removed unneeded URLTextSearcher processor step.
  • Loading branch information
ggeerraalldd committed Oct 18, 2023
1 parent 6275c0f commit 8679230
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Evernote/Evernote.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@
<string>0.4.0</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>re_pattern</key>
<!--<string>https://cdn1.evernote.com/boron/mac/builds/Evernote-.[A-Za-z0-9\-\.]\.dmg</string>-->
<string>https:\/\/cdn1\.evernote\.com\/boron\/mac\/builds\/Evernote-\d+\.\d+\.\d+-mac-ddl-stage-\d+-[a-fA-F0-9]+\.dmg</string>
<key>url</key>
<string>https://cdn1.evernote.com/boron/mac/public/latest-mac.yml</string>
</dict>
<key>Processor</key>
<string>URLTextSearcher</string>
</dict>
<dict>
<key>Processor</key>
<string>URLDownloader</string>
Expand All @@ -35,7 +23,7 @@
<key>filename</key>
<string>%NAME%.dmg</string>
<key>url</key>
<string>%match%</string>
<string>https://mac.desktop.evernote.com/builds/Evernote-latest.dmg</string>
</dict>
</dict>
<dict>
Expand Down

0 comments on commit 8679230

Please sign in to comment.