Skip to content

Commit

Permalink
Merge pull request Homebrew#210025 from botantony/ripmime
Browse files Browse the repository at this point in the history
ripmime 1.4.1.0
  • Loading branch information
BrewTestBot authored Mar 6, 2025
2 parents c4ad2eb + c806fa3 commit 56f7fc2
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions Formula/r/ripmime.rb
Original file line number Diff line number Diff line change
@@ -1,31 +1,17 @@
class Ripmime < Formula
desc "Extract attachments out of MIME encoded email packages"
homepage "https://pldaniels.com/ripmime/"
url "https://pldaniels.com/ripmime/ripmime-1.4.0.10.tar.gz"
sha256 "896115488a7b7cad3b80f2718695b0c7b7c89fc0d456b09125c37f5a5734406a"
url "https://github.com/inflex/ripMIME/archive/refs/tags/1.4.1.0.tar.gz"
sha256 "6d551d6b65b4da6c6b8dfd05be8141026cc760ca1fb8a707b7bf96c199c9f52d"
license "BSD-3-Clause"

livecheck do
url :homepage
regex(/href=.*?ripmime[._-]v?(\d+(?:\.\d+)+)\.t/i)
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c027eccffd894d36c64385cb6347681f51a16f3cf414ee28d1e72f4b24e74c8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2de1ea553f4d70ee9d4017a185dbfe3dc966a7e263bd7f6baeafffda55aa8b9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "196b469fe408f1074e36d108ff2dd7472da2207d679b33c4dbde489040bf6bfd"
sha256 cellar: :any_skip_relocation, arm64_monterey: "da00b953f185e99b41682ed5a122a6404f1fb7b3e814639011f66748b56d748e"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "eb13e6706e28ff4a6fe8f976934c31baa1ab1d0709ec26ff9474ba38c3cea286"
sha256 cellar: :any_skip_relocation, sonoma: "aca513ce3c53d0c8220d3d69bbf27f4c8846a94d4575e578e8afccf70b79d447"
sha256 cellar: :any_skip_relocation, ventura: "2f61cf853405ec3218e0725fc9d17a56c882cf3a21b5fc5192fac608c5cefb6b"
sha256 cellar: :any_skip_relocation, monterey: "d87658f4fca98cfa99b8520fa6f2435e991d93c0cfb527f0dc031a2810475076"
sha256 cellar: :any_skip_relocation, big_sur: "151baef43758c5fa5166b3b6dba2d3340e8f117c5d2e67dc9ee86a366143ab54"
sha256 cellar: :any_skip_relocation, catalina: "bbdb33bd7b2a1c5a2073b6cbd0c3916caa99d5de809f4915e138f523cb752026"
sha256 cellar: :any_skip_relocation, mojave: "976c8c7c1374fce9c9b4493f7c144c0e78db68223e1e7b53adaabc0978795ef1"
sha256 cellar: :any_skip_relocation, high_sierra: "915cd6326fe857e0608d25c9b6e2f4fab06734df23d0ad938184c1b791981345"
sha256 cellar: :any_skip_relocation, sierra: "09a2b60d927bbc236998e29ea50969ce95ab4470d74cd7a40a54f9f4ec24252b"
sha256 cellar: :any_skip_relocation, el_capitan: "1151fa0bb8a10779979cec95c7039832eb81b7126f808ba9c89ccb73cf658814"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7a34870dfc003b3d39cfaf0c27f85409fcc3579a5a53e2700f13bddc61be2a6e"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d5c2db89d1a44f0e239ce29344d3c0fd8cf1bcb87323604a35637c216f74a2f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dda645f1d8cc8b55fcb8fba6747ac3162330de3b50a6e42bb50859ce0d5bb383"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3cdf7a81580930011a430850659749515bf9f58eff2fa0c3589a47178c6f69e2"
sha256 cellar: :any_skip_relocation, sonoma: "a3342a8eae88a0e8f24d5e87cda7d85b8dd4520161df950ada402e6ef7cc37b7"
sha256 cellar: :any_skip_relocation, ventura: "fb4d73a8f03ad7dcbc8cc4b72f41f8f81d918490e4bc94a712b47497adef35aa"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f64dee6f786e2e7a99a7fa792cce03ea36ba3b6604493f7e90e02a80670e5749"
end

def install
Expand Down

0 comments on commit 56f7fc2

Please sign in to comment.