gluemotion 2.2.0

This commit is contained in:
Bevan Kay
2023-10-09 16:06:53 +11:00
parent 17a4ebf38c
commit 3f8b0bc715
+4 -10
View File
@@ -1,21 +1,15 @@
cask "gluemotion" do
version "2.1.4,72ba9f4c-292f-4778-b270-5b71bfa27e9d"
sha256 "1e3f0f6d8acbb03bf4b5c3d0391363aca21dc71ae44c238c87b50bdc0644f6fb"
version "2.2.0"
sha256 "a8c8e9b6989f44807952a41b9f627b10b1c0409112b7f9c3629dc2a6d36c3d99"
url "https://neededapps.nyc3.digitaloceanspaces.com/media/public/#{version.csv.second}.dmg",
verified: "neededapps.nyc3.digitaloceanspaces.com/media/public/"
url "https://neededapps.com/appcasts/gluemotion/versions/#{version}"
name "GlueMotion"
desc "Create and correct time lapse movies"
homepage "https://neededapps.com/gluemotion/"
livecheck do
url "https://neededapps.com/appcasts/gluemotion/changelog.xml"
strategy :sparkle do |item|
hex = item.url[%r{/([\h-]+)\.dmg}i, 1]
next if hex.blank?
"#{item.short_version},#{hex}"
end
strategy :sparkle, &:short_version
end
depends_on macos: ">= :big_sur"