Skip to content

Commit

Permalink
Merge pull request #169041 from podman-desktop-bot/bump-podman-deskto…
Browse files Browse the repository at this point in the history
…p-1.8.0
  • Loading branch information
p-linnane authored Mar 20, 2024
2 parents daf5a61 + b31619f commit 3c803b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Casks/p/podman-desktop.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "podman-desktop" do
arch arm: "arm64", intel: "x64"

version "1.7.1"
sha256 arm: "c86fc251ec75eb5727ab3bba40739b10924eac94b3a3e7f932bc44d50b14dab1",
intel: "753c958bbe5191bd5b69d7be6fe15b5ee74b6fa6b664ebd133862dc0cdd69379"
version "1.8.0"
sha256 arm: "ca69d66d4fef59c35abd47fcfbd80787f256cfd986969e4139f6e8b32bb95b6a",
intel: "ce5baca20b906d329bbc58fa9114e7605311cf31c5d03cc21283b445891c6e81"

url "https://github.com/containers/podman-desktop/releases/download/v#{version}/podman-desktop-#{version}-#{arch}.dmg",
verified: "github.com/containers/podman-desktop/"
Expand All @@ -16,13 +16,13 @@
strategy :github_latest
end

depends_on formula: "podman"
depends_on macos: ">= :catalina"

app "Podman Desktop.app"

uninstall quit: "io.podmandesktop.PodmanDesktop",
trash: "~/Library/LaunchAgents/io.podman_desktop.PodmanDesktop.plist"
uninstall quit: "io.podmandesktop.PodmanDesktop",
delete: "/Applications/Podman Desktop.app",
trash: "~/Library/LaunchAgents/io.podman_desktop.PodmanDesktop.plist"

zap trash: [
"~/.local/share/containers/podman-desktop",
Expand Down

0 comments on commit 3c803b0

Please sign in to comment.