Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman-desktop 1.8.0 #169041

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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