File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11cask "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
You can’t perform that action at this time.
0 commit comments