Skip to content

Commit bc114f8

Browse files
authored
Merge pull request #206 from macmule/master
Update Blender.download.recipe
2 parents f4532a5 + d3c9df4 commit bc114f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Blender/Blender.download.recipe

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>Description</key>
6-
<string>Downloads the latest Blender. (At least) Since v2.93 you may choose between x64 and amd64 as architecture. This recipes defaults to x64.</string>
6+
<string>Downloads the latest Blender. (At least) Since v2.93 you may choose between x64 and arm64 as architecture. This recipes defaults to x64.</string>
77
<key>Identifier</key>
88
<string>io.github.hjuutilainen.download.Blender</string>
99
<key>Input</key>
@@ -38,7 +38,7 @@
3838
<key>Arguments</key>
3939
<dict>
4040
<key>url</key>
41-
<string>https://www.blender.org/download/%download_path%</string>
41+
<string>https://www.blender.org/download/release/%download_path%</string>
4242
<key>re_pattern</key>
4343
<string>(?P&lt;url&gt;https://.*/blender-(?P&lt;version&gt;[0-9a-zA-Z\.]+)-macos-%ARCHITECTURE%.dmg)</string>
4444
</dict>

0 commit comments

Comments
 (0)