Skip to content

Commit 870b021

Browse files
homebysixn8felton
authored andcommitted
Adjust Cinemagraph Pro download source
1 parent c7b8142 commit 870b021

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Flixel/Cinemagraph Pro.download.recipe

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<dict>
1313
<key>NAME</key>
1414
<string>Cinemagraph Pro</string>
15-
<key>SPARKLE_FEED_URL</key>
16-
<string>https://flixel.com/appcast/mac/cinemagraphpro.xml</string>
1715
</dict>
1816
<key>MinimumVersion</key>
1917
<string>0.5.0</string>
@@ -22,11 +20,15 @@
2220
<dict>
2321
<key>Arguments</key>
2422
<dict>
25-
<key>appcast_url</key>
26-
<string>%SPARKLE_FEED_URL%</string>
23+
<key>re_pattern</key>
24+
<string>"download":"(https://cdn.flixel.com/downloads/CinemagraphPro-(?P&lt;version&gt;[\d\.]+)\.zip)"</string>
25+
<key>result_output_var_name</key>
26+
<string>url</string>
27+
<key>url</key>
28+
<string>https://flixel.com/api/releases/mac-pro/latest/</string>
2729
</dict>
2830
<key>Processor</key>
29-
<string>SparkleUpdateInfoProvider</string>
31+
<string>URLTextSearcher</string>
3032
</dict>
3133
<dict>
3234
<key>Arguments</key>

0 commit comments

Comments
 (0)