homebrew-cask/Casks/a/aptakube.rb

25 lines
597 B
Ruby

cask "aptakube" do
version "1.5.9"
sha256 "f65cf0f8165b8c6793da71cc1d3576d1cedc84c8662b2ea7de35ff1ced808d17"
url "https://releases.aptakube.com/Aptakube_#{version}_universal.dmg"
name "Aptakube"
desc "Kubernetes desktop client"
homepage "https://aptakube.com/"
livecheck do
url "https://aptakube.com/api/latest"
regex(/"version": "(\d+(?:\.\d+)+)"/i)
end
auto_updates true
app "Aptakube.app"
zap trash: [
"~/Library/Application Support/com.aptakube.Aptakube",
"~/Library/Caches/com.aptakube.Aptakube",
"~/Library/Logs/com.aptakube.Aptakube",
]
end