mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
update livecheck
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
cask "superproductivity" do
|
||||
arch arm: "-arm64"
|
||||
|
||||
version "7.14.3"
|
||||
sha256 arm: "db512428e17fc4296e30da0586b8c9e39f764d67d2a5ea0e7ea32d41c3a4bd36",
|
||||
intel: "8b883c5c9e1dcd6ada19c329c84a710e30844850365bd2913b5f0f399a57d2fa"
|
||||
version "7.13.2"
|
||||
sha256 arm: "80aac9800dd6593c1555d1050552cd01b4124b490d752ea66d6ee55d64002e57",
|
||||
intel: "35ca85104d7e69dc9bbc23b11ab4ee7a335a55bb8b0a16adb8349392ec034fe1"
|
||||
|
||||
url "https://github.com/johannesjo/super-productivity/releases/download/v#{version}/superProductivity-#{version}#{arch}.dmg",
|
||||
verified: "github.com/johannesjo/super-productivity/"
|
||||
@@ -11,6 +11,11 @@ cask "superproductivity" do
|
||||
desc "To-do list and time tracker"
|
||||
homepage "https://super-productivity.com/"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
app "superProductivity.app"
|
||||
|
||||
zap trash: [
|
||||
|
||||
Reference in New Issue
Block a user