mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
new cask: roam-research (#124370)
* new cask: roam-research * add livecheck * add zap stanza * fix name stanza Co-authored-by: Bevan Kay <email@bevankay.me>
This commit is contained in:
co-authored by
Bevan Kay
parent
94d0a48515
commit
0997af9292
@@ -0,0 +1,29 @@
|
||||
cask "roam-research" do
|
||||
arch = Hardware::CPU.intel? ? "" : "-arm64"
|
||||
|
||||
version "0.0.14"
|
||||
|
||||
if Hardware::CPU.intel?
|
||||
sha256 "e2e94fc056e3fa187b8f2e6bce6eb40253b7e2c0bea64730199667ab2c183e52"
|
||||
else
|
||||
sha256 "b8508ca6d392cd5cc7c350325547e832db1ae552bdf75c9d86460e8e429f8ec9"
|
||||
end
|
||||
|
||||
url "https://roam-electron-deploy.s3.us-east-2.amazonaws.com/Roam+Research-#{version}#{arch}.dmg",
|
||||
verified: "roam-electron-deploy.s3.us-east-2.amazonaws.com"
|
||||
name "Roam Research"
|
||||
desc "Note-taking tool for networked thought"
|
||||
homepage "https://roamresearch.com/"
|
||||
|
||||
livecheck do
|
||||
url "https://roam-electron-deploy.s3.us-east-2.amazonaws.com/latest-mac.yml"
|
||||
strategy :electron_builder
|
||||
end
|
||||
|
||||
app "Roam Research.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Preferences/com.roam-research.desktop-app.plist",
|
||||
"~/Library/Saved Application State/com.roam-research.desktop-app.savedState",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user