Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Casks/s/shotcut.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cask "shotcut" do
version "25.08.16"
sha256 "f81f839a9c962ad08e301f5c66193349595c54f63a9845759919f72b75c4054b"
version "25.12.31"
sha256 "4bf2ba68163f505dd2b8a7d6c9fc491385564d9472fd3cf4c82441669671665b"

url "https://github.com/mltframework/shotcut/releases/download/v#{version.csv.first}/shotcut-macos-#{version.csv.second || version.csv.first.no_dots}.dmg",
url "https://github.com/mltframework/shotcut/releases/download/v#{version.csv.first}/shotcut-macos-#{version.csv.second || version.csv.first}.dmg",
Comment thread
samford marked this conversation as resolved.
verified: "github.com/mltframework/shotcut/"
name "Shotcut"
desc "Video editor"
Expand All @@ -25,7 +25,7 @@
end
end

depends_on macos: ">= :big_sur"
depends_on macos: ">= :monterey"

app "Shotcut.app"

Expand Down
8 changes: 4 additions & 4 deletions audit_exceptions/signing_audit_skiplist.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
"ai-studio",
"shotcut"
]
{
"ai-studio": "all",
"shotcut": "intel"
}