Skip to content

Commit

Permalink
prefs-editor: update livecheck, use versioned url
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Jan 3, 2025
1 parent 2ac7af9 commit f20920c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Casks/p/prefs-editor.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
cask "prefs-editor" do
version "1.4.1.3.1"
sha256 :no_check
version "1.4.1"
sha256 "bfa48939c288455b0f3b7647759d6bb59d022a046209b408290341a6493705a8"

url "https://files.tempel.org/Various/OSX_Prefs_Editor/PrefsEditor.zip"
url "http://files.tempel.org/Various/OSX_Prefs_Editor/PrefsEditor-#{version}.zip"
name "Prefs Editor"
desc "Graphical user interface for the 'defaults' command"
homepage "https://apps.tempel.org/PrefsEditor/"

livecheck do
url "https://apps.tempel.org/PrefsEditor/appcast.xml"
strategy :sparkle
strategy :sparkle, &:short_version
end

auto_updates true
Expand Down

0 comments on commit f20920c

Please sign in to comment.