feat(`arctype`): add new cask item (#118622)

* feat(`arctype`): add new cask item

* fix: update rules based on recommendations

* fix: fix lint errors

* fix: fix linting

* Update arctype.rb

* Update arctype.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Davlatjon Shavkatov 2022-02-04 08:31:26 +05:00 committed by GitHub
parent 8f8bce508e
commit c991ee590e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

27
Casks/arctype.rb Normal file
View File

@ -0,0 +1,27 @@
cask "arctype" do
version "0.9.45"
sha256 "304aa13eac8b6c336d9715c5c3e629614a8ffb886a291d6972e0b2c6a18c0594"
url "https://arctype-downloads.s3-us-west-2.amazonaws.com/updates/Arctype-#{version}.dmg",
verified: "arctype-downloads.s3-us-west-2.amazonaws.com/updates/"
name "Arctype"
desc "SQL client and database management tool"
homepage "https://arctype.com/"
livecheck do
url "https://arctype-downloads.s3.amazonaws.com/updates/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
depends_on macos: ">= :high_sierra"
app "Arctype.app"
zap trash: [
"~/Library/Application Support/Arctype",
"~/Library/Logs/Arctype",
"~/Library/Preferences/com.arctype.sql.plist",
"~/Library/Saved Application State/com.arctype.sql.savedState",
]
end