Skip to content

Commit 9b0234d

Browse files
committed
Move URLs into processor arguments
Moved all download/Sparkle/GitHub URLs into processor arguments rather than in input variables. The rationale for this change is covered by @jazzace in his 2018 "AutoPkg Level-Up" talk: https://www.youtube.com/watch?t=2620&v=BI10WWrgG2A&feature=youtu.be
1 parent 48ed547 commit 9b0234d

File tree

196 files changed

+204
-594
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+204
-594
lines changed

25io/Mou.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<dict>
1313
<key>NAME</key>
1414
<string>Mou</string>
15-
<key>SPARKLE_FEED_URL</key>
16-
<string>http://mouapp.com/up/updates.xml</string>
1715
</dict>
1816
<key>MinimumVersion</key>
1917
<string>1.0.0</string>
@@ -23,7 +21,7 @@
2321
<key>Arguments</key>
2422
<dict>
2523
<key>appcast_url</key>
26-
<string>%SPARKLE_FEED_URL%</string>
24+
<string>http://mouapp.com/up/updates.xml</string>
2725
</dict>
2826
<key>Processor</key>
2927
<string>SparkleUpdateInfoProvider</string>

25io/Smaller.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<dict>
1313
<key>NAME</key>
1414
<string>Smaller</string>
15-
<key>SPARKLE_FEED_URL</key>
16-
<string>http://25.io/smaller/up/updates.xml</string>
1715
</dict>
1816
<key>MinimumVersion</key>
1917
<string>1.0.0</string>
@@ -23,7 +21,7 @@
2321
<key>Arguments</key>
2422
<dict>
2523
<key>appcast_url</key>
26-
<string>%SPARKLE_FEED_URL%</string>
24+
<string>http://25.io/smaller/up/updates.xml</string>
2725
</dict>
2826
<key>Processor</key>
2927
<string>SparkleUpdateInfoProvider</string>

ActiveCollab/ActiveCollab.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<string>com.github.homebysix.download.ActiveCollab</string>
1111
<key>Input</key>
1212
<dict>
13-
<key>DOWNLOAD_URL</key>
14-
<string>https://accounts.activecollab.com/api/v2/desktop-apps/activecollab/releases/darwin/download</string>
1513
<key>NAME</key>
1614
<string>ActiveCollab</string>
1715
</dict>
@@ -25,7 +23,7 @@
2523
<key>filename</key>
2624
<string>%NAME%.dmg</string>
2725
<key>url</key>
28-
<string>%DOWNLOAD_URL%</string>
26+
<string>https://accounts.activecollab.com/api/v2/desktop-apps/activecollab/releases/darwin/download</string>
2927
</dict>
3028
<key>Processor</key>
3129
<string>URLDownloader</string>

AirDroid/AirDroid.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<string>com.github.homebysix.download.AirDroid</string>
1111
<key>Input</key>
1212
<dict>
13-
<key>DOWNLOAD_URL</key>
14-
<string>https://srv3.airdroid.com/p20/web/getbinaryredirect?type=dmg&amp;channel=&amp;version=</string>
1513
<key>NAME</key>
1614
<string>AirDroid</string>
1715
</dict>
@@ -25,7 +23,7 @@
2523
<key>filename</key>
2624
<string>%NAME%.dmg</string>
2725
<key>url</key>
28-
<string>%DOWNLOAD_URL%</string>
26+
<string>https://srv3.airdroid.com/p20/web/getbinaryredirect?type=dmg&amp;channel=&amp;version=</string>
2927
</dict>
3028
<key>Processor</key>
3129
<string>URLDownloader</string>

AppReviews/AppReviews.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<string>com.github.homebysix.download.AppReviews</string>
1111
<key>Input</key>
1212
<dict>
13-
<key>GITHUB_REPO</key>
14-
<string>knutigro/AppReviews</string>
1513
<key>NAME</key>
1614
<string>App Reviews</string>
1715
</dict>
@@ -23,7 +21,7 @@
2321
<key>Arguments</key>
2422
<dict>
2523
<key>github_repo</key>
26-
<string>%GITHUB_REPO%</string>
24+
<string>knutigro/AppReviews</string>
2725
</dict>
2826
<key>Processor</key>
2927
<string>GitHubReleasesInfoProvider</string>

AppZapper/AppZapper.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<dict>
1313
<key>NAME</key>
1414
<string>AppZapper</string>
15-
<key>SPARKLE_FEED_URL</key>
16-
<string>https://www.appzapper.com/az2appcast.xml</string>
1715
</dict>
1816
<key>MinimumVersion</key>
1917
<string>1.0.0</string>
@@ -23,7 +21,7 @@
2321
<key>Arguments</key>
2422
<dict>
2523
<key>appcast_url</key>
26-
<string>%SPARKLE_FEED_URL%</string>
24+
<string>https://www.appzapper.com/az2appcast.xml</string>
2725
</dict>
2826
<key>Processor</key>
2927
<string>SparkleUpdateInfoProvider</string>

AuroraHDR/Aurora HDR Pro.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Note: Sparkle feed HTTPS not supported as of 8/29/2020.</string>
1212
<dict>
1313
<key>NAME</key>
1414
<string>Aurora HDR Pro</string>
15-
<key>SPARKLE_FEED_URL</key>
16-
<string>http://aurorahdr2019mac.update.skylum.com</string>
1715
</dict>
1816
<key>MinimumVersion</key>
1917
<string>0.6.0</string>
@@ -23,7 +21,7 @@ Note: Sparkle feed HTTPS not supported as of 8/29/2020.</string>
2321
<key>Arguments</key>
2422
<dict>
2523
<key>appcast_url</key>
26-
<string>%SPARKLE_FEED_URL%</string>
24+
<string>http://aurorahdr2019mac.update.skylum.com</string>
2725
</dict>
2826
<key>Processor</key>
2927
<string>SparkleUpdateInfoProvider</string>

AutoCasperNBI/AutoCasperNBI.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<string>com.github.homebysix.download.AutoCasperNBI</string>
1111
<key>Input</key>
1212
<dict>
13-
<key>GITHUB_REPO</key>
14-
<string>macmule/AutoCasperNBI</string>
1513
<key>NAME</key>
1614
<string>AutoCasperNBI</string>
1715
</dict>
@@ -23,7 +21,7 @@
2321
<key>Arguments</key>
2422
<dict>
2523
<key>github_repo</key>
26-
<string>%GITHUB_REPO%</string>
24+
<string>macmule/AutoCasperNBI</string>
2725
</dict>
2826
<key>Processor</key>
2927
<string>GitHubReleasesInfoProvider</string>

AutoPkgr/AutoPkgr.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<dict>
1313
<key>NAME</key>
1414
<string>AutoPkgr</string>
15-
<key>SPARKLE_FEED_URL</key>
16-
<string>https://raw.githubusercontent.com/lindegroup/autopkgr/appcast/appcast.xml</string>
1715
</dict>
1816
<key>MinimumVersion</key>
1917
<string>1.0.0</string>
@@ -23,7 +21,7 @@
2321
<key>Arguments</key>
2422
<dict>
2523
<key>appcast_url</key>
26-
<string>%SPARKLE_FEED_URL%</string>
24+
<string>https://raw.githubusercontent.com/lindegroup/autopkgr/appcast/appcast.xml</string>
2725
</dict>
2826
<key>Processor</key>
2927
<string>SparkleUpdateInfoProvider</string>

BetterTouchTool/BetterTouchTool.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<dict>
1313
<key>NAME</key>
1414
<string>BetterTouchTool</string>
15-
<key>DOWNLOAD_URL</key>
16-
<string>https://folivora.ai/releases/BetterTouchTool.zip</string>
1715
</dict>
1816
<key>MinimumVersion</key>
1917
<string>0.6.1</string>
@@ -25,7 +23,7 @@
2523
<key>filename</key>
2624
<string>%NAME%.zip</string>
2725
<key>url</key>
28-
<string>%DOWNLOAD_URL%</string>
26+
<string>https://folivora.ai/releases/BetterTouchTool.zip</string>
2927
</dict>
3028
<key>Processor</key>
3129
<string>URLDownloader</string>

BetterWindowManager/BetterWindowManager.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<dict>
1313
<key>NAME</key>
1414
<string>Better Window Manager</string>
15-
<key>SPARKLE_FEED_URL</key>
16-
<string>https://www.gngrwzrd.com/betterwindowmanager-appcast.xml</string>
1715
</dict>
1816
<key>MinimumVersion</key>
1917
<string>0.6.1</string>
@@ -23,7 +21,7 @@
2321
<key>Arguments</key>
2422
<dict>
2523
<key>appcast_url</key>
26-
<string>%SPARKLE_FEED_URL%</string>
24+
<string>https://www.gngrwzrd.com/betterwindowmanager-appcast.xml</string>
2725
</dict>
2826
<key>Processor</key>
2927
<string>SparkleUpdateInfoProvider</string>

Bjango/SkalaColor.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<string>com.github.homebysix.download.SkalaColor</string>
99
<key>Input</key>
1010
<dict>
11-
<key>DOWNLOAD_URL</key>
12-
<string>https://download.bjango.com/skalacolor/</string>
1311
<key>NAME</key>
1412
<string>SkalaColor</string>
1513
</dict>
@@ -23,7 +21,7 @@
2321
<key>filename</key>
2422
<string>%NAME%.zip</string>
2523
<key>url</key>
26-
<string>%DOWNLOAD_URL%</string>
24+
<string>https://download.bjango.com/skalacolor/</string>
2725
</dict>
2826
<key>Processor</key>
2927
<string>URLDownloader</string>

Bjango/SkalaPreview.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<string>com.github.homebysix.download.SkalaPreview</string>
1111
<key>Input</key>
1212
<dict>
13-
<key>DOWNLOAD_URL</key>
14-
<string>https://download.bjango.com/skalapreview/</string>
1513
<key>NAME</key>
1614
<string>Skala Preview</string>
1715
</dict>
@@ -25,7 +23,7 @@
2523
<key>filename</key>
2624
<string>%NAME%.zip</string>
2725
<key>url</key>
28-
<string>%DOWNLOAD_URL%</string>
26+
<string>https://download.bjango.com/skalapreview/</string>
2927
</dict>
3028
<key>Processor</key>
3129
<string>URLDownloader</string>

BlackPixel/ForkLift.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<dict>
1313
<key>NAME</key>
1414
<string>ForkLift</string>
15-
<key>SPARKLE_FEED_URL</key>
16-
<string>https://updates.binarynights.com/ForkLift3/update.xml</string>
1715
</dict>
1816
<key>MinimumVersion</key>
1917
<string>0.6.1</string>
@@ -23,7 +21,7 @@
2321
<key>Arguments</key>
2422
<dict>
2523
<key>appcast_url</key>
26-
<string>%SPARKLE_FEED_URL%</string>
24+
<string>https://updates.binarynights.com/ForkLift3/update.xml</string>
2725
</dict>
2826
<key>Processor</key>
2927
<string>SparkleUpdateInfoProvider</string>

Bookends/Bookends.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<string>com.github.homebysix.download.Bookends</string>
1111
<key>Input</key>
1212
<dict>
13-
<key>DOWNLOAD_URL</key>
14-
<string>https://www.sonnysoftware.com/Bookends.dmg</string>
1513
<key>NAME</key>
1614
<string>Bookends</string>
1715
</dict>
@@ -25,7 +23,7 @@
2523
<key>filename</key>
2624
<string>%NAME%.dmg</string>
2725
<key>url</key>
28-
<string>%DOWNLOAD_URL%</string>
26+
<string>https://www.sonnysoftware.com/Bookends.dmg</string>
2927
</dict>
3028
<key>Processor</key>
3129
<string>URLDownloader</string>

Boom/Boom2.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<string>com.github.homebysix.download.Boom2</string>
1111
<key>Input</key>
1212
<dict>
13-
<key>DOWNLOAD_URL</key>
14-
<string>https://www.globaldelight.com/boom/download/2x/web/boom2.dmg</string>
1513
<key>NAME</key>
1614
<string>Boom 2</string>
1715
</dict>
@@ -25,7 +23,7 @@
2523
<key>filename</key>
2624
<string>%NAME%.dmg</string>
2725
<key>url</key>
28-
<string>%DOWNLOAD_URL%</string>
26+
<string>https://www.globaldelight.com/boom/download/2x/web/boom2.dmg</string>
2927
</dict>
3028
<key>Processor</key>
3129
<string>URLDownloader</string>

Boom/Boom2.munki.recipe

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>description</key>
2424
<string>System-wide pro volume booster and equalizer.</string>
2525
<key>developer</key>
26-
<string>Global Delight Technologies Pvt. Ltd</string>
26+
<string>Global Delight Technologies</string>
2727
<key>display_name</key>
2828
<string>Boom 2</string>
2929
<key>name</key>

Brent Simmons/NetNewsWire.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<dict>
1313
<key>NAME</key>
1414
<string>NetNewsWire</string>
15-
<key>SPARKLE_FEED_URL</key>
16-
<string>https://ranchero.com/downloads/netnewswire-release.xml</string>
1715
</dict>
1816
<key>MinimumVersion</key>
1917
<string>1.0.0</string>
@@ -23,7 +21,7 @@
2321
<key>Arguments</key>
2422
<dict>
2523
<key>appcast_url</key>
26-
<string>%SPARKLE_FEED_URL%</string>
24+
<string>https://ranchero.com/downloads/netnewswire-release.xml</string>
2725
</dict>
2826
<key>Processor</key>
2927
<string>SparkleUpdateInfoProvider</string>

CaseApps/SofaControl.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<dict>
1313
<key>NAME</key>
1414
<string>Sofa Control</string>
15-
<key>SPARKLE_FEED_URL</key>
16-
<string>http://www.caseapps.com/downloads/sofacontrol-update.xml</string>
1715
</dict>
1816
<key>MinimumVersion</key>
1917
<string>0.6.1</string>
@@ -23,7 +21,7 @@
2321
<key>Arguments</key>
2422
<dict>
2523
<key>appcast_url</key>
26-
<string>%SPARKLE_FEED_URL%</string>
24+
<string>http://www.caseapps.com/downloads/sofacontrol-update.xml</string>
2725
</dict>
2826
<key>Processor</key>
2927
<string>SparkleUpdateInfoProvider</string>

CaseApps/Tags.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<dict>
1313
<key>NAME</key>
1414
<string>Tags</string>
15-
<key>SPARKLE_FEED_URL</key>
16-
<string>http://www.caseapps.com/downloads/updates/tags/tags2-update.xml</string>
1715
</dict>
1816
<key>MinimumVersion</key>
1917
<string>0.6.1</string>
@@ -23,7 +21,7 @@
2321
<key>Arguments</key>
2422
<dict>
2523
<key>appcast_url</key>
26-
<string>%SPARKLE_FEED_URL%</string>
24+
<string>http://www.caseapps.com/downloads/updates/tags/tags2-update.xml</string>
2725
</dict>
2826
<key>Processor</key>
2927
<string>SparkleUpdateInfoProvider</string>

CharlesSoft/CocoaTADS.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<string>com.github.homebysix.download.CocoaTADS</string>
99
<key>Input</key>
1010
<dict>
11-
<key>DOWNLOAD_URL</key>
12-
<string>https://www.charlessoft.com/CocoaTADS.zip</string>
1311
<key>NAME</key>
1412
<string>CocoaTADS</string>
1513
</dict>
@@ -21,7 +19,7 @@
2119
<key>Arguments</key>
2220
<dict>
2321
<key>url</key>
24-
<string>%DOWNLOAD_URL%</string>
22+
<string>https://www.charlessoft.com/CocoaTADS.zip</string>
2523
</dict>
2624
<key>Processor</key>
2725
<string>URLDownloader</string>

CharlesSoft/NibUnlocker.download.recipe

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<string>com.github.homebysix.download.NibUnlocker</string>
99
<key>Input</key>
1010
<dict>
11-
<key>DOWNLOAD_URL</key>
12-
<string>https://www.charlessoft.com/NibUnlocker.zip</string>
1311
<key>NAME</key>
1412
<string>NibUnlocker</string>
1513
</dict>
@@ -21,7 +19,7 @@
2119
<key>Arguments</key>
2220
<dict>
2321
<key>url</key>
24-
<string>%DOWNLOAD_URL%</string>
22+
<string>https://www.charlessoft.com/NibUnlocker.zip</string>
2523
</dict>
2624
<key>Processor</key>
2725
<string>URLDownloader</string>

0 commit comments

Comments
 (0)