mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add Archi.app v4.8.1 (#111020)
* Add Archi.app v4.8.1 * Update archi.rb * Update archi.rb * Update archi.rb * use :post for url Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com> Co-authored-by: Bevan Kay <email@bevankay.me>
This commit is contained in:
co-authored by
Miccal Matthews
Bevan Kay
parent
dc15da58d7
commit
6eae2fe0b1
@@ -0,0 +1,26 @@
|
||||
cask "archi" do
|
||||
version "4.8.1"
|
||||
sha256 "c67f1a72a35393d9dabbef375529341b2f9f5006bf7bf4c7f242c661644a956c"
|
||||
|
||||
url "https://www.archimatetool.com/downloads/archi/?dl=#{version}/Archi-Mac-#{version}.dmg",
|
||||
using: :post
|
||||
name "Archi"
|
||||
name "ArchiMate Tool"
|
||||
desc "Modelling toolkit for ArchiMate models and sketches"
|
||||
homepage "https://www.archimatetool.com/"
|
||||
|
||||
livecheck do
|
||||
url "https://www.archimatetool.com/download/"
|
||||
regex(/\s+id\s*=\s*"download"\s+data-version\s*=\s*"(\d+(?:\.\d+)+)"/i)
|
||||
end
|
||||
|
||||
depends_on macos: ">= :sierra"
|
||||
|
||||
app "Archi.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/Archi#{version.major}",
|
||||
"~/Library/Preferences/com.archimatetool.editor.plist",
|
||||
"~/Library/Saved Application State/com.archimatetool.editor.savedState",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user