Skip to content

Commit

Permalink
Merge pull request #172789 from Homebrew/bump-mailsy-5.0.0
Browse files Browse the repository at this point in the history
mailsy 5.0.0
  • Loading branch information
BrewTestBot committed May 25, 2024
2 parents 5254dc2 + 9f3f4a4 commit cd2f9cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,7 @@ mafft
mage
magic-wormhole
mailpit
mailsy
mailutils
makedepend
makensis
Expand Down
20 changes: 9 additions & 11 deletions Formula/m/mailsy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@
class Mailsy < Formula
desc "Quickly generate a temporary email address"
homepage "https://github.com/BalliAsghar/Mailsy"
url "https://registry.npmjs.org/mailsy/-/mailsy-4.0.1.tgz"
sha256 "de0f20fa8ea5594300a9edc07126d375105f270e3572d185ed30e063a2d1adac"
url "https://registry.npmjs.org/mailsy/-/mailsy-5.0.0.tgz"
sha256 "ab89f60c2472f4b20ad7c507cff4653de6bd28411a39bfd9435829a1ad534414"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "72f0c13d3a5953ab2626600bae898be73dbce3417fe91afe9ccaca61900e807c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5c801001ede7a7404a699e81888f6ecde9dd5dc0ffbbc3bdb3fc7024adc88228"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5c801001ede7a7404a699e81888f6ecde9dd5dc0ffbbc3bdb3fc7024adc88228"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "5c801001ede7a7404a699e81888f6ecde9dd5dc0ffbbc3bdb3fc7024adc88228"
sha256 cellar: :any_skip_relocation, sonoma: "bcbe04e735fe0aedbb8db37c899eac8668965a96bbce81552944c8098d6aaf00"
sha256 cellar: :any_skip_relocation, ventura: "d35b5c9608016e132808129f3944b6a21bd4ee669eec2145ccbf68bfeab12cd4"
sha256 cellar: :any_skip_relocation, monterey: "d35b5c9608016e132808129f3944b6a21bd4ee669eec2145ccbf68bfeab12cd4"
sha256 cellar: :any_skip_relocation, big_sur: "d35b5c9608016e132808129f3944b6a21bd4ee669eec2145ccbf68bfeab12cd4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5c801001ede7a7404a699e81888f6ecde9dd5dc0ffbbc3bdb3fc7024adc88228"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2357b5195209ef548ce98d31946ecf9afe4dbbb5fdf640e16803cb2a556dffc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "47d9a9435a1925bfecb00a010e57e0f4049e79a545b65a8272756e37148fb0ce"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c623fde0223de29670ccd17225b1cc8d063d4204843677c91f0d8bcccb6fe22b"
sha256 cellar: :any_skip_relocation, sonoma: "cc2bec90eeb727baffc2996076d2c7011cb20f78e32dd1dd93d69fafcd5949b7"
sha256 cellar: :any_skip_relocation, ventura: "cb0fcd46801b360436044ea122b986945bf42c803160d0be4475b6b381b29cd3"
sha256 cellar: :any_skip_relocation, monterey: "f64fba3f040d4d4d50d881a17be7b3df664fd00848d5f8c22290b6aad58a112c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "05e03b250aa09b7cc2c05e86dafc61b49fbf719aaa4e8ec7e952087bb81839f2"
end

depends_on "node"
Expand Down

0 comments on commit cd2f9cb

Please sign in to comment.