mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Signed-off-by: Rui Chen <rui@chenrui.dev> athens: update homepage Signed-off-by: Rui Chen <rui@chenrui.dev>
27 lines
959 B
Ruby
27 lines
959 B
Ruby
cask "athens" do
|
|
arch arm: "-arm64"
|
|
|
|
version "2.0.0"
|
|
sha256 arm: "1d1c289feb1e0182dbace1d5ff9d71107a2f76b20a3327ff82a4887a832637b6",
|
|
intel: "50596cfd8dcdc6502efe30e818429dc7cf109f5968fc30d14d26669ce0f53971"
|
|
|
|
url "https://github.com/athensresearch/athens/releases/download/v#{version}/Athens-#{version}#{arch}.dmg",
|
|
verified: "github.com/athensresearch/athens/"
|
|
name "Athens"
|
|
desc "Self-hosted knowledge graph"
|
|
homepage "https://web.archive.org/web/20230709013630/https://www.athensresearch.org/"
|
|
|
|
# https://github.com/athensresearch/athens/commit/73ccd7b4b65f5dca8e842153bb9e39efd0d371be
|
|
deprecate! date: "2024-01-15", because: :unmaintained
|
|
|
|
app "Athens.app"
|
|
|
|
zap trash: [
|
|
"~/Documents/athens",
|
|
"~/Library/Application Support/Athens",
|
|
"~/Library/Logs/Athens",
|
|
"~/Library/Preferences/com.athensresearch.athens.plist",
|
|
"~/Library/Saved Application State/com.athensresearch.athens.savedState",
|
|
]
|
|
end
|