Skip to content

Commit 34d4a14

Browse files
authored
Merge pull request #246564 from Homebrew/bump-wallpaper-2.3.3
wallpaper 2.3.3
2 parents ad69e3c + fa4149c commit 34d4a14

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/w/wallpaper.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
class Wallpaper < Formula
22
desc "Manage the desktop wallpaper"
33
homepage "https://github.com/sindresorhus/macos-wallpaper"
4-
url "https://github.com/sindresorhus/macos-wallpaper/archive/refs/tags/v2.3.2.tar.gz"
5-
sha256 "9c65948c8d023436609ca06c86bc887e5327457136b8540ef97857efee7954c2"
4+
url "https://github.com/sindresorhus/macos-wallpaper/archive/refs/tags/v2.3.3.tar.gz"
5+
sha256 "07838483fe015ae9798b542c1c15e02143bbae85c5f2e6fb51e6923bd76556ed"
66
license "MIT"
77
head "https://github.com/sindresorhus/macos-wallpaper.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f166fb0c0e257a267ebd551d099567968dd7297f56791c939768736bf472f3ff"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1428fc5b443d6a4b0b99844cdf398eea32fb89c4f4f121c16f4cfc73bd2a59bb"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb9b62511a09dc4ace36a7bca8a0179eb4943eb7feb75a87a6d65874ba31ad55"
13-
sha256 cellar: :any_skip_relocation, sonoma: "32d2237aaea91b0e3f63ce6c657c5d6887362f633eaa91d79079a655c89f4dc5"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f32335062b487623a8128191f5a991409f3be90893ff52e74762a08f129c7940"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5748b482f492542189bce07a118dba99c058ac615864247f7127b44551d4f00"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6a1e560bda31c57d95392aa21e3e6c1e9d611e89dd96134db985604cc3f52dd"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d1723c93aa42b6b3fdf61a1821db8975d4b2fa031f0fbfd2688f6b558a869164"
1414
end
1515

1616
depends_on xcode: ["16.0", :build]

0 commit comments

Comments
 (0)