Skip to content

Commit

Permalink
Merge pull request #67 from aschwanb/master
Browse files Browse the repository at this point in the history
Update url and regex for EasyFind
  • Loading branch information
onecooltaco authored Apr 15, 2019
2 parents c22095e + d81e103 commit c7db589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EasyFind/EasyFind.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>NAME</key>
<string>EasyFind</string>
<key>DOWNLOAD_URL</key>
<string>http://www.devontechnologies.com/download/products.html</string>
<string>https://www.devontechnologies.com/apps/freeware</string>
</dict>
<key>MinimumVersion</key>
<string>0.2.0</string>
Expand All @@ -25,7 +25,7 @@
<key>url</key>
<string>%DOWNLOAD_URL%</string>
<key>re_pattern</key>
<string>[^"]+EasyFind\.app\.zip</string>
<string>'(https://.*EasyFind\.app\.zip)'</string>
</dict>
</dict>
<dict>
Expand Down

0 comments on commit c7db589

Please sign in to comment.