diff --git a/Formula/g/greenmask.rb b/Formula/g/greenmask.rb index 00e0387379702..3483afecadc63 100644 --- a/Formula/g/greenmask.rb +++ b/Formula/g/greenmask.rb @@ -1,19 +1,19 @@ class Greenmask < Formula desc "PostgreSQL dump and obfuscation tool" homepage "https://greenmask.io" - url "https://github.com/GreenmaskIO/greenmask/archive/refs/tags/v0.1.11.tar.gz" - sha256 "f53a976e3f93a7b35322fa164e3a64f7bda46f2bbec52073dae62e0f0953880d" + url "https://github.com/GreenmaskIO/greenmask/archive/refs/tags/v0.1.12.tar.gz" + sha256 "76a8aaef99762266a1cf1723a98b00490e7bcf4ded4788cd193990954f673c3e" license "Apache-2.0" head "https://github.com/GreenmaskIO/greenmask.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "177c6050dd39dc450451fb50404c9282ac00b54a0e3aa67767d97095a7503f42" - sha256 cellar: :any_skip_relocation, arm64_ventura: "691730e4b54922e6cc74a4f58c80f7cacf281b2d674c4809461c689ffa417b46" - sha256 cellar: :any_skip_relocation, arm64_monterey: "71f79c41773d53a1f353fe7a86fde7e8fa7b7decd276bc995dd2908231bf243c" - sha256 cellar: :any_skip_relocation, sonoma: "612ce43cc387bda73eca8c8330ed01d0e505012e8c787d9dfcb27a033100d21d" - sha256 cellar: :any_skip_relocation, ventura: "f8097d38b2760beec4ed8f5f73c169c11bd8c56bec4cda0fb8cbd0ed46b0d786" - sha256 cellar: :any_skip_relocation, monterey: "75dbd3b5d34fb51b48baf03f832876c68195a78f7a2364197dbde23b089f34dc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e24e247e52d8db0db83a8421d4337c0914da0bb7d9f321c2e9eee98006269e9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "909ee01ebe7571dbb36ef2fea9823b8786331765552f148f70f7282dfcf0147e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fafeb41e2db2a146d63cfc1c26e735c2743d983ed8dee31ad5af6214a22dfe4f" + sha256 cellar: :any_skip_relocation, arm64_monterey: "0aadea009f850c2f278706d3e5c9019ee5e45501d594c7cdf891bb7491093bf6" + sha256 cellar: :any_skip_relocation, sonoma: "b4b99503d4cdc19a4beaea0b863401ac1bbe30e92d9579fd6136de9aaea56985" + sha256 cellar: :any_skip_relocation, ventura: "16e74f12e6d1a5f0008dbd46861513438a4a1eba0772d1f2e1e8edb08217e9f1" + sha256 cellar: :any_skip_relocation, monterey: "1e377f437d61a6b6ee214509b8605cfed6662073fa330e4181bfbfaa83018449" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4779f0ad3c9debcd5643ecbc990942407ff5a397f1f618b745d9e668584b92da" end depends_on "go" => :build