Skip to content

Commit 7a89371

Browse files
authored
Merge pull request #235037 from rodbegbie/splice-conveyor
splice 5.4.1
2 parents 42cf5a4 + be36a49 commit 7a89371

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Casks/s/splice.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
cask "splice" do
2-
arch arm: "arm64", intel: "x64"
2+
arch arm: "aarch64", intel: "amd64"
33

4-
version "5.3.2"
5-
sha256 :no_check
4+
version "5.4.1"
5+
sha256 arm: "11ca18ed329b73c2834d4fdf4062591956f4e6125e87954a1add8b55899ffdec",
6+
intel: "b7a187fe86b1832ee9db30ea50a77030b815b6f7ecd95c6c17c10e412026fdaa"
67

7-
url "https://desktop.splice.com/darwin/stable/#{arch}/Splice.app.zip"
8+
url "https://desktop.splice.com/conveyor/stable/splice-#{version}-mac-#{arch}.zip"
89
name "Splice"
9-
desc "Cloud-based music creation and collaboration platform"
10+
desc "Browse and preview sounds from Splice’s entire catalog"
1011
homepage "https://splice.com/"
1112

1213
livecheck do
13-
url "https://api.splice.com/v2/desktop/darwin/stable/latest?v=0.0.0"
14-
strategy :json do |json|
15-
json["name"]
16-
end
14+
url "https://desktop.splice.com/conveyor/stable/appcast-#{arch}.rss"
15+
strategy :sparkle, &:short_version
1716
end
1817

1918
auto_updates true
19+
depends_on macos: ">= :big_sur"
2020

2121
app "Splice.app"
2222

0 commit comments

Comments
 (0)