Skip to content

Commit

Permalink
Bumped all formulae to v0.17.4.
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Howard <[email protected]>
  • Loading branch information
xenoscopic committed Dec 5, 2023
1 parent a54ffb0 commit e9bc5ea
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
14 changes: 7 additions & 7 deletions Formula/mutagen-beta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
class MutagenBeta < Formula
desc "Fast file synchronization and network forwarding for remote development"
homepage "https://mutagen.io"
version "0.17.3"
version "0.17.4"
if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.3/mutagen_darwin_arm64_v0.17.3.tar.gz"
sha256 "b7e300221745eff45a6694b90b7bcd1eb00def10742a0cc6977429a2a7a795ff"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.4/mutagen_darwin_arm64_v0.17.4.tar.gz"
sha256 "9c867b6f7a4414c92b4f7780eef9c6936b7addd97248bfebd77ad79d526552f5"
else
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.3/mutagen_darwin_amd64_v0.17.3.tar.gz"
sha256 "4095c8e77372ea0bc30b89a70307bbe0608bb4ec9d7661cc82a79a8ec99af2f0"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.4/mutagen_darwin_amd64_v0.17.4.tar.gz"
sha256 "a5a65003f2bc9280c8404f03f8973aa44a12806c3a27f3bd7a59f049fb7cc906"
end
else
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.3/mutagen_linux_amd64_v0.17.3.tar.gz"
sha256 "c1f8d50da7be30c4ab49ff54744b10a6421889ef138935bcc3eb6dda3ae80451"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.4/mutagen_linux_amd64_v0.17.4.tar.gz"
sha256 "78c3a249bb05de462e796d12813bf26b0ce57574e0f6bf791de5d9a151bb02ec"
end

conflicts_with "mutagen", :because => "both install `mutagen` binaries"
Expand Down
14 changes: 7 additions & 7 deletions Formula/mutagen-compose-beta.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class MutagenComposeBeta < Formula
desc "Compose with Mutagen integration"
homepage "https://github.com/mutagen-io/mutagen-compose"
version "0.17.3"
version "0.17.4"
if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.3/mutagen-compose_darwin_arm64_v0.17.3.tar.gz"
sha256 "8d4bfd24900055ec9e0fcda93e618669e7a265cb8b53104c0c492b6c24141c4f"
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.4/mutagen-compose_darwin_arm64_v0.17.4.tar.gz"
sha256 "b2123bdf128f4fc5237df23ed6aea87312f517f89c850dfd068e69afd6db78db"
else
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.3/mutagen-compose_darwin_amd64_v0.17.3.tar.gz"
sha256 "6190ae64c093fc567004aeaa2857759dbe93a939a248ad9eced55ce3aadc0d7a"
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.4/mutagen-compose_darwin_amd64_v0.17.4.tar.gz"
sha256 "b80e866f5d1879d2d1a1f3dae1d1c29c7b2a064682d2f8b7e8700007c6b2bf8c"
end
else
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.3/mutagen-compose_linux_amd64_v0.17.3.tar.gz"
sha256 "0cbc61bfaab3b56bb1c33e1a2226fc3b5d927eddb3146609a3054becc6c8d7c5"
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.4/mutagen-compose_linux_amd64_v0.17.4.tar.gz"
sha256 "39243c3849801bdfa0b73be74ae52dc834f41db926cf75d8601cfcfbf4941416"
end

depends_on "mutagen-beta"
Expand Down
14 changes: 7 additions & 7 deletions Formula/mutagen-compose.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class MutagenCompose < Formula
desc "Compose with Mutagen integration"
homepage "https://github.com/mutagen-io/mutagen-compose"
version "0.17.3"
version "0.17.4"
if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.3/mutagen-compose_darwin_arm64_v0.17.3.tar.gz"
sha256 "8d4bfd24900055ec9e0fcda93e618669e7a265cb8b53104c0c492b6c24141c4f"
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.4/mutagen-compose_darwin_arm64_v0.17.4.tar.gz"
sha256 "b2123bdf128f4fc5237df23ed6aea87312f517f89c850dfd068e69afd6db78db"
else
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.3/mutagen-compose_darwin_amd64_v0.17.3.tar.gz"
sha256 "6190ae64c093fc567004aeaa2857759dbe93a939a248ad9eced55ce3aadc0d7a"
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.4/mutagen-compose_darwin_amd64_v0.17.4.tar.gz"
sha256 "b80e866f5d1879d2d1a1f3dae1d1c29c7b2a064682d2f8b7e8700007c6b2bf8c"
end
else
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.3/mutagen-compose_linux_amd64_v0.17.3.tar.gz"
sha256 "0cbc61bfaab3b56bb1c33e1a2226fc3b5d927eddb3146609a3054becc6c8d7c5"
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.4/mutagen-compose_linux_amd64_v0.17.4.tar.gz"
sha256 "39243c3849801bdfa0b73be74ae52dc834f41db926cf75d8601cfcfbf4941416"
end

depends_on "mutagen"
Expand Down
14 changes: 7 additions & 7 deletions Formula/mutagen-edge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
class MutagenEdge < Formula
desc "Fast file synchronization and network forwarding for remote development"
homepage "https://mutagen.io"
version "0.17.3"
version "0.17.4"
if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.3/mutagen_darwin_arm64_v0.17.3.tar.gz"
sha256 "b7e300221745eff45a6694b90b7bcd1eb00def10742a0cc6977429a2a7a795ff"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.4/mutagen_darwin_arm64_v0.17.4.tar.gz"
sha256 "9c867b6f7a4414c92b4f7780eef9c6936b7addd97248bfebd77ad79d526552f5"
else
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.3/mutagen_darwin_amd64_v0.17.3.tar.gz"
sha256 "4095c8e77372ea0bc30b89a70307bbe0608bb4ec9d7661cc82a79a8ec99af2f0"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.4/mutagen_darwin_amd64_v0.17.4.tar.gz"
sha256 "a5a65003f2bc9280c8404f03f8973aa44a12806c3a27f3bd7a59f049fb7cc906"
end
else
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.3/mutagen_linux_amd64_v0.17.3.tar.gz"
sha256 "c1f8d50da7be30c4ab49ff54744b10a6421889ef138935bcc3eb6dda3ae80451"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.4/mutagen_linux_amd64_v0.17.4.tar.gz"
sha256 "78c3a249bb05de462e796d12813bf26b0ce57574e0f6bf791de5d9a151bb02ec"
end

conflicts_with "mutagen", :because => "both install `mutagen` binaries"
Expand Down
14 changes: 7 additions & 7 deletions Formula/mutagen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
class Mutagen < Formula
desc "Fast file synchronization and network forwarding for remote development"
homepage "https://mutagen.io"
version "0.17.3"
version "0.17.4"
if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.3/mutagen_darwin_arm64_v0.17.3.tar.gz"
sha256 "b7e300221745eff45a6694b90b7bcd1eb00def10742a0cc6977429a2a7a795ff"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.4/mutagen_darwin_arm64_v0.17.4.tar.gz"
sha256 "9c867b6f7a4414c92b4f7780eef9c6936b7addd97248bfebd77ad79d526552f5"
else
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.3/mutagen_darwin_amd64_v0.17.3.tar.gz"
sha256 "4095c8e77372ea0bc30b89a70307bbe0608bb4ec9d7661cc82a79a8ec99af2f0"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.4/mutagen_darwin_amd64_v0.17.4.tar.gz"
sha256 "a5a65003f2bc9280c8404f03f8973aa44a12806c3a27f3bd7a59f049fb7cc906"
end
else
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.3/mutagen_linux_amd64_v0.17.3.tar.gz"
sha256 "c1f8d50da7be30c4ab49ff54744b10a6421889ef138935bcc3eb6dda3ae80451"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.4/mutagen_linux_amd64_v0.17.4.tar.gz"
sha256 "78c3a249bb05de462e796d12813bf26b0ce57574e0f6bf791de5d9a151bb02ec"
end

conflicts_with "mutagen-beta", :because => "both install `mutagen` binaries"
Expand Down

0 comments on commit e9bc5ea

Please sign in to comment.