metaimage 2.6.1

This commit is contained in:
Bevan Kay
2023-10-12 18:00:43 +11:00
parent d331558ccb
commit 50a2b17248
+4 -11
View File
@@ -1,22 +1,15 @@
cask "metaimage" do
version "2.5.7,4a9c8df7-9329-41b0-abb2-3c9a473de587"
sha256 "33739b848fc313f6bc0b8ff26b4b32ddf7d4465c891d900b04d1220fb5912fe7"
version "2.6.1"
sha256 "23678176c30274dd73165881c6981eeec7cc8e59d9bdf63c1c35d531844ef1e7"
url "https://neededapps.nyc3.digitaloceanspaces.com/media/public/#{version.csv.second}.zip",
verified: "neededapps.nyc3.digitaloceanspaces.com/media/public/"
url "https://neededapps.com/appcasts/metaimage/versions/#{version.csv.first}"
name "MetaImage"
desc "Editor to read, write and edit images metadata"
homepage "https://neededapps.com/metaimage/"
livecheck do
url "https://neededapps.com/appcasts/metaimage/changelog.xml"
regex(%r{/([^/]+)\.zip$}i)
strategy :sparkle do |item, regex|
filename = item.url[regex, 1]
next if filename.blank?
"#{item.short_version},#{filename}"
end
strategy :sparkle, &:short_version
end
depends_on macos: ">= :big_sur"