Skip to content

Commit 2b5b49b

Browse files
committed
shotcut 25.12.30
`shotcut` is autobumped but the workflow failed to update to version 25.12.30 because the file name now includes the version with dots. This updates the version and `url` accordingly.
1 parent 428be97 commit 2b5b49b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Casks/s/shotcut.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cask "shotcut" do
2-
version "25.08.16"
3-
sha256 "f81f839a9c962ad08e301f5c66193349595c54f63a9845759919f72b75c4054b"
2+
version "25.12.30"
3+
sha256 "c7a646d160ac8233d1615c22342dd7e4aab76ddcae752bab3fc4899c2ef62fc6"
44

5-
url "https://github.com/mltframework/shotcut/releases/download/v#{version.csv.first}/shotcut-macos-#{version.csv.second || version.csv.first.no_dots}.dmg",
5+
url "https://github.com/mltframework/shotcut/releases/download/v#{version.csv.first}/shotcut-macos-#{version.csv.second || version.csv.first}.dmg",
66
verified: "github.com/mltframework/shotcut/"
77
name "Shotcut"
88
desc "Video editor"
@@ -25,7 +25,7 @@
2525
end
2626
end
2727

28-
depends_on macos: ">= :big_sur"
28+
depends_on macos: ">= :monterey"
2929

3030
app "Shotcut.app"
3131

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[
2-
"ai-studio",
3-
"shotcut"
2+
"ai-studio"
43
]

0 commit comments

Comments
 (0)