Merge pull request #170193 from danyalaytekin/treesheets-from-github

treesheets 8473991279, with source switched to GitHub Releases
This commit is contained in:
Justin Krehel 2024-04-01 20:56:51 -04:00 committed by GitHub
commit 35dd763a90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 5 deletions

View File

@ -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