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

snap 2.68 #209338

Merged
merged 2 commits into from
Mar 1, 2025
Merged

snap 2.68 #209338

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
18 changes: 9 additions & 9 deletions Formula/s/snap.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Snap < Formula
desc "Tool to work with .snap files"
homepage "https://snapcraft.io/"
url "https://github.com/snapcore/snapd/releases/download/2.67.1/snapd_2.67.1.vendor.tar.xz"
version "2.67.1"
sha256 "fe04e3fc21be6c7c2d042e9d8c15383210f400b664dfe870dd1a0aafd2247fec"
url "https://github.com/snapcore/snapd/releases/download/2.68/snapd_2.68.vendor.tar.xz"
version "2.68"
sha256 "317166b18e6b87a1fb24c45b96bc3c0040072ab31a99252db622245ac271dbb2"
license "GPL-3.0-only"

livecheck do
Expand All @@ -12,12 +12,12 @@ class Snap < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "96a201322ee3c92193cad3ae5fe806f891647a311f926781c9de570ec68e5160"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "96a201322ee3c92193cad3ae5fe806f891647a311f926781c9de570ec68e5160"
sha256 cellar: :any_skip_relocation, arm64_ventura: "96a201322ee3c92193cad3ae5fe806f891647a311f926781c9de570ec68e5160"
sha256 cellar: :any_skip_relocation, sonoma: "10e8630955b5e1d696f23bb1d8dde66233a1898c27d30f6e8c06c0717db06f84"
sha256 cellar: :any_skip_relocation, ventura: "10e8630955b5e1d696f23bb1d8dde66233a1898c27d30f6e8c06c0717db06f84"
sha256 cellar: :any_skip_relocation, x86_64_linux: "08ab6ed3453075d59cc6d30353ceadd6695b72da5dd36f6652e348926888f798"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6de3c9c13deb1fd24f419d5fea8b3c35e43499ab48a830b3ed87e70690a29378"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6de3c9c13deb1fd24f419d5fea8b3c35e43499ab48a830b3ed87e70690a29378"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6de3c9c13deb1fd24f419d5fea8b3c35e43499ab48a830b3ed87e70690a29378"
sha256 cellar: :any_skip_relocation, sonoma: "22be50430ac8de90a76ca49bbe1d44ed1a66df0991820565f1cc44e87dd11edc"
sha256 cellar: :any_skip_relocation, ventura: "22be50430ac8de90a76ca49bbe1d44ed1a66df0991820565f1cc44e87dd11edc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b98495a7e4d669bb61400c2f0f68c245b33c60364407f4ba5204d4f1df69349d"
end

depends_on "go" => :build
Expand Down
Loading