mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
thought-train: add livecheck (#102539)
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
cask "thought-train" do
|
||||
version "1.4"
|
||||
version "1.4.0"
|
||||
sha256 "f135917e56bdc150923beb28d0005f1d00167f6b90ee67abb0e5d549ce39d0b4"
|
||||
|
||||
url "https://thoughttrain.cc/downloads/thought-train-#{version}.pkg"
|
||||
appcast "https://github.com/marcperel/thought-train-production/releases.atom"
|
||||
url "https://thoughttrain.cc/downloads/thought-train-#{version.major_minor}.pkg"
|
||||
name "Thought Train"
|
||||
desc "Note taking and to-do-list application"
|
||||
homepage "https://www.thoughttrain.cc/"
|
||||
|
||||
pkg "thought-train-#{version}.pkg"
|
||||
livecheck do
|
||||
url "https://github.com/marcperel/thought-train-production"
|
||||
strategy :git
|
||||
end
|
||||
|
||||
pkg "thought-train-#{version.major_minor}.pkg"
|
||||
|
||||
uninstall pkgutil: "thought-train"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user