Skip to content

Commit

Permalink
Merge pull request #200076 from dex4er/dex4er/freelens
Browse files Browse the repository at this point in the history
freelens 0.1.3 (new cask)
  • Loading branch information
khipp authored Jan 31, 2025
2 parents 30b7834 + e87ba8a commit 432acac
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Casks/f/freelens.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
cask "freelens" do
arch arm: "arm64", intel: "amd64"

version "0.1.3"
sha256 arm: "a60ab1700dae51eccfd2dc007fba2431a1f34d83e312630ff889074467b8c9fe",
intel: "56251b6496d2145b4b3fa5001c00866a66398bad65a149ce4dcc61fd6d6f073d"

url "https://github.com/freelensapp/freelens/releases/download/v#{version}/Freelens-#{version}-macos-#{arch}.dmg",
verified: "github.com/freelensapp/freelens/"
name "Freelens"
desc "Kubernetes IDE"
homepage "https://freelens.app/"

depends_on macos: ">= :high_sierra"

app "Freelens.app"

zap trash: [
"~/Library/Application Support/Freelens",
"~/Library/Logs/Freelens",
]
end

0 comments on commit 432acac

Please sign in to comment.