Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treesheets 8473991279, with source switched to GitHub Releases #170193

Merged
merged 3 commits into from Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 15 additions & 5 deletions Casks/t/treesheets.rb
@@ -1,16 +1,26 @@
cask "treesheets" do
version "2022.08.02,20220802020630"
sha256 :no_check
version "8504377142"
sha256 "163fa4b9e36605b838b7b611062433b7ed6f16ae609e258e2ca94244b62606cb"

url "https://strlen.com/treesheets/treesheets_osx.zip"
url "https://github.com/aardappel/treesheets/releases/download/#{version}/mac_treesheets.zip",
verified: "github.com/aardappel/treesheets/"
name "TreeSheets"
desc "Hierarchical spreadsheet and outline application"
homepage "https://strlen.com/treesheets/"

livecheck do
url :url
strategy :extract_plist
regex(/^(\d+)$/)
strategy :github_latest
end

app "TreeSheets.app"
app "build/Build/Products/Release/TreeSheets.app"

uninstall quit: "dot3labs.TreeSheets"

zap trash: [
"~/Library/Preferences/dot3labs.TreeSheets.plist",
"~/Library/Preferences/TreeSheets Preferences",
"~/Library/Saved Application State/dot3labs.TreeSheets.savedState",
]
end