Skip to content

Commit

Permalink
Merge pull request #171835 from UdaraJay/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei authored Apr 20, 2024
2 parents 41b4e9c + ae605a3 commit f144ade
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions Casks/p/pile.rb
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
cask "pile" do
arch arm: "-arm64", intel: ""
arch arm: "-arm64"

version "0.9.3"
sha256 arm: "00655673917f2029587e0bb1930bf2fc145f2717a271ae2b8456c0521633191f",
intel: "415a74a725c1a696f3a869d0fe9f09ee548b63d36a43369afe0bd193d0e8b5f9"
version "0.9.4"
sha256 arm: "2d833b226b92664c9a2b6a3fccb5fa0b70eb75233d78c67fab66cd7381afacc1",
intel: "dadfc78b98bac2bff83d567384d5b0d19518bc7e6c8457a406bc700c164fd34c"

url "https://github.com/UdaraJay/Pile/releases/download/v#{version}/Pile-#{version}#{arch}.dmg",
verified: "github.com/UdaraJay/Pile/"
name "Pile"
desc "Digital journaling app"
homepage "https://udara.io/pile/"

# auto-updates are coming with 1.0.0
# https://github.com/UdaraJay/Pile/issues/40#issuecomment-1873501788
# auto_updates true
auto_updates true
depends_on macos: ">= :high_sierra"

app "Pile.app"

zap trash: "~/Library/Preferences/pile.un.ms.plist"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/pile.un.ms.sfl*",
"~/Library/Application Support/pile",
"~/Library/Preferences/pile.un.ms.plist",
"~/Library/Saved Application State/pile.un.ms.savedState",
"~/Piles",
]
end

0 comments on commit f144ade

Please sign in to comment.