diff --git a/Formula/folderify.rb b/Formula/folderify.rb index 2155f4be309c5..87e0aedeb8c13 100644 --- a/Formula/folderify.rb +++ b/Formula/folderify.rb @@ -1,18 +1,18 @@ class Folderify < Formula desc "Generate pixel-perfect macOS folder icons in the native style" homepage "https://github.com/lgarron/folderify" - url "https://github.com/lgarron/folderify/archive/refs/tags/v3.0.11.tar.gz" - sha256 "c87fdb59054a3c7e96242b096e9b05fb120043d30217070df9c526507e6c14d1" + url "https://github.com/lgarron/folderify/archive/refs/tags/v3.0.12.tar.gz" + sha256 "5979fe57e1844c9b2499003ff39c1598210969235a8733766034aef266b02ff3" license "MIT" head "https://github.com/lgarron/folderify.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "b081d72034422d768d058dac626d3e5066bd1089dc2ae524c0d88f237f174387" - sha256 cellar: :any_skip_relocation, arm64_monterey: "7991f8d0323a9e8856bf837cc2bdb09fb303686df7c6df27b1f306fd9bf1390d" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "34caef3fafe1d279100e570b26bc9c0ad5f3dd35adb84a055c91d180a509acc0" - sha256 cellar: :any_skip_relocation, ventura: "471bd024cd96ea5a590514bb6e97f4cc5c8ccf17903b1278804eb8f58e6d3bdb" - sha256 cellar: :any_skip_relocation, monterey: "28aa23d925c133176172ad0ef1faeb8e2c78254989f76956d9409377974bf461" - sha256 cellar: :any_skip_relocation, big_sur: "b2a194248e46b6c6a6c83a71190cb756c1ddf9a97ca678a4b5d1ec7b0d4b94fd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "23dcb2cb9e5dfd0db50e67dee1da1cfbef42c53422447d2b28874d1519f8d2b5" + sha256 cellar: :any_skip_relocation, arm64_monterey: "90de5e21ae722a34bd83716da6568251352326f9f06fda6da8cf94f7fa4a4c80" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "a171d3b67b425d57e098c96f9547de9b6190a8e83c320fcb21cc9860c4e37480" + sha256 cellar: :any_skip_relocation, ventura: "511dc96bac985c7c4373be840e1cc1426cb166e596031e4033733e01cc7523be" + sha256 cellar: :any_skip_relocation, monterey: "02555b1c34b184754d01e0ec2320537e4d2e8c759e2db72d2f5ea220dd2c3e78" + sha256 cellar: :any_skip_relocation, big_sur: "73512b04cf5d3d39f501bc621b9c5f1c0704a21428824087343c8c1fd816bd08" end depends_on "rust" => :build