Skip to content

Commit

Permalink
Bumped core formulae to v0.17.5, beta/edge formulae to v0.18.0-beta2.
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Howard <[email protected]>
  • Loading branch information
xenoscopic committed Feb 1, 2024
1 parent e7a3026 commit 6ced3c9
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.18.0-beta1"
version "0.18.0-beta2"
if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/mutagen-io/mutagen/releases/download/v0.18.0-beta1/mutagen_darwin_arm64_v0.18.0-beta1.tar.gz"
sha256 "1fc27d19e8836486d91f821d9b32ff9091d4e15f2955de8f1ecc6d1a64e74feb"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.18.0-beta2/mutagen_darwin_arm64_v0.18.0-beta2.tar.gz"
sha256 "2a2d7057f34df4141d18cd04440f3608f87a3e079eaa7e9fa97b943f3a1551ae"
else
url "https://github.com/mutagen-io/mutagen/releases/download/v0.18.0-beta1/mutagen_darwin_amd64_v0.18.0-beta1.tar.gz"
sha256 "6482ba0b9809858c5e4bb5a210a6370b08bc80225e2b34866103d68b58bb7f28"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.18.0-beta2/mutagen_darwin_amd64_v0.18.0-beta2.tar.gz"
sha256 "c830e6c12b147e5862936b8d57f9bd32a4fc2e1a7bc8a7b42f8196267be52f05"
end
else
url "https://github.com/mutagen-io/mutagen/releases/download/v0.18.0-beta1/mutagen_linux_amd64_v0.18.0-beta1.tar.gz"
sha256 "ac8a52d0d6e185198d6c2e9853c6f6a88abb1afea7ce84d368053b29f884f692"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.18.0-beta2/mutagen_linux_amd64_v0.18.0-beta2.tar.gz"
sha256 "aacf339070e5d3a715f16d0395fccf6b0ab12f45545c95526832079d22031a11"
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.18.0-beta1"
version "0.18.0-beta2"
if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.18.0-beta1/mutagen-compose_darwin_arm64_v0.18.0-beta1.tar.gz"
sha256 "f4b0fa688b65c04ac9f8103e75813944102b9b458d2ce76017eabe02faefdc6c"
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.18.0-beta2/mutagen-compose_darwin_arm64_v0.18.0-beta2.tar.gz"
sha256 "d0e75a3342434bda197d4fd5b9c64167c2c447f2e55b35757f3360f69b3c3444"
else
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.18.0-beta1/mutagen-compose_darwin_amd64_v0.18.0-beta1.tar.gz"
sha256 "258ad15fa57b583f58592c86b70dcbd4db36065dbaed3751d68d6a9c3d9d3c10"
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.18.0-beta2/mutagen-compose_darwin_amd64_v0.18.0-beta2.tar.gz"
sha256 "64af9ce77ac4be311b1062438018bcc5883dd4a2edab5ef4c54d2c47c5a27cbb"
end
else
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.18.0-beta1/mutagen-compose_linux_amd64_v0.18.0-beta1.tar.gz"
sha256 "055da3b1daf76cf2e463c145706883a05a174db9e714fe2587a252fc273a1a8c"
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.18.0-beta2/mutagen-compose_linux_amd64_v0.18.0-beta2.tar.gz"
sha256 "f47775a1f5da92fc6f87fe2d78cdc1b77176e56d91f6a1cbe071b62090a99638"
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.4"
version "0.17.5"
if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.4/mutagen-compose_darwin_arm64_v0.17.4.tar.gz"
sha256 "b2123bdf128f4fc5237df23ed6aea87312f517f89c850dfd068e69afd6db78db"
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.5/mutagen-compose_darwin_arm64_v0.17.5.tar.gz"
sha256 "fc375c37427f5d74b297daa91c7edb0efc2a95137e00a9e3d9d0bb6268f3356b"
else
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.4/mutagen-compose_darwin_amd64_v0.17.4.tar.gz"
sha256 "b80e866f5d1879d2d1a1f3dae1d1c29c7b2a064682d2f8b7e8700007c6b2bf8c"
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.5/mutagen-compose_darwin_amd64_v0.17.5.tar.gz"
sha256 "9d3e6dea97218d5a1270db48c6d134003e9d371f50024486604b2930a53b2a5e"
end
else
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.4/mutagen-compose_linux_amd64_v0.17.4.tar.gz"
sha256 "39243c3849801bdfa0b73be74ae52dc834f41db926cf75d8601cfcfbf4941416"
url "https://github.com/mutagen-io/mutagen-compose/releases/download/v0.17.5/mutagen-compose_linux_amd64_v0.17.5.tar.gz"
sha256 "1b5440cb0609a6692e42457419b488fa379f20ff71e9d703fe43320608d03135"
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.18.0-beta1"
version "0.18.0-beta2"
if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/mutagen-io/mutagen/releases/download/v0.18.0-beta1/mutagen_darwin_arm64_v0.18.0-beta1.tar.gz"
sha256 "1fc27d19e8836486d91f821d9b32ff9091d4e15f2955de8f1ecc6d1a64e74feb"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.18.0-beta2/mutagen_darwin_arm64_v0.18.0-beta2.tar.gz"
sha256 "2a2d7057f34df4141d18cd04440f3608f87a3e079eaa7e9fa97b943f3a1551ae"
else
url "https://github.com/mutagen-io/mutagen/releases/download/v0.18.0-beta1/mutagen_darwin_amd64_v0.18.0-beta1.tar.gz"
sha256 "6482ba0b9809858c5e4bb5a210a6370b08bc80225e2b34866103d68b58bb7f28"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.18.0-beta2/mutagen_darwin_amd64_v0.18.0-beta2.tar.gz"
sha256 "c830e6c12b147e5862936b8d57f9bd32a4fc2e1a7bc8a7b42f8196267be52f05"
end
else
url "https://github.com/mutagen-io/mutagen/releases/download/v0.18.0-beta1/mutagen_linux_amd64_v0.18.0-beta1.tar.gz"
sha256 "ac8a52d0d6e185198d6c2e9853c6f6a88abb1afea7ce84d368053b29f884f692"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.18.0-beta2/mutagen_linux_amd64_v0.18.0-beta2.tar.gz"
sha256 "aacf339070e5d3a715f16d0395fccf6b0ab12f45545c95526832079d22031a11"
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.4"
version "0.17.5"
if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.4/mutagen_darwin_arm64_v0.17.4.tar.gz"
sha256 "9c867b6f7a4414c92b4f7780eef9c6936b7addd97248bfebd77ad79d526552f5"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.5/mutagen_darwin_arm64_v0.17.5.tar.gz"
sha256 "4dbbbc222a3986705a998343ff23d69e62bfe1c4e341ef9f1cdf39d25a37c324"
else
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.4/mutagen_darwin_amd64_v0.17.4.tar.gz"
sha256 "a5a65003f2bc9280c8404f03f8973aa44a12806c3a27f3bd7a59f049fb7cc906"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.5/mutagen_darwin_amd64_v0.17.5.tar.gz"
sha256 "5b963b3dab36ac8a3d2a87ca162717bf2172fd8ca7410d477a78affd7631a45d"
end
else
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.4/mutagen_linux_amd64_v0.17.4.tar.gz"
sha256 "78c3a249bb05de462e796d12813bf26b0ce57574e0f6bf791de5d9a151bb02ec"
url "https://github.com/mutagen-io/mutagen/releases/download/v0.17.5/mutagen_linux_amd64_v0.17.5.tar.gz"
sha256 "cabee0af590faf822cb5542437e254406b0f037df43781c02bf6eeac267911f6"
end

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

0 comments on commit 6ced3c9

Please sign in to comment.