Skip to content

Commit ec4ee8e

Browse files
authored
Merge pull request #245573 from krumware/update-epinio.rb-1758749616
epinio 1.13.0
2 parents 1a373a2 + dffd678 commit ec4ee8e

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/e/epinio.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Epinio < Formula
22
desc "CLI for Epinio, the Application Development Engine for Kubernetes"
33
homepage "https://epinio.io/"
4-
url "https://github.com/epinio/epinio/archive/refs/tags/v1.12.0.tar.gz"
5-
sha256 "3a1779552e430824a92fdaa2c7d96e4bb4368a3499a5ea371d415455d96225d1"
4+
url "https://github.com/epinio/epinio/archive/refs/tags/v1.13.0.tar.gz"
5+
sha256 "f93fa90ab4791610b1aab9c11aef288fffa146b1fbba95de63b6b3a1fe78396b"
66
license "Apache-2.0"
77

88
# Upstream creates a stable version tag ahead of release but a version isn't
@@ -15,14 +15,12 @@ class Epinio < Formula
1515
no_autobump! because: :requires_manual_review
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f9f50d3599dee71672346bc72cdcff97b1634012d0eb1d9e45de76b74114a94b"
19-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a49c5486365bee2956393d2517f8c56c960b6835e61499d409033b1131c6c5b"
20-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "39e82f42e02bdec29fd97fe8dc58289bc9df8edfe8f8f0f28b966252d51e32af"
21-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f4555e0afd8a5661fba14361c7ab98a4178395429bdef5d1d4c95aac25a09aa1"
22-
sha256 cellar: :any_skip_relocation, sonoma: "fed70e6341011b40cc91c73217e3b4255e778df6f47394b855474df773042edc"
23-
sha256 cellar: :any_skip_relocation, ventura: "5047dd750d1c4e2bb1c6f8a4fb41b870e45976c81713988b878d5fc71d9f5c7b"
24-
sha256 cellar: :any_skip_relocation, arm64_linux: "f4980282007aba0f1fb5bfa1ad2da95790555b62f778584f8ae38a76d9de892f"
25-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ee0c2b0b85d312b495b4df02f3ed0d55f96df652b8d945c0913fd5e5ae6dc040"
18+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c18f3f251b108c95741491959588fb17fd69a28dab18ab42a80c2611a6e157af"
19+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a61a77fc1728baadf1f9529802a145a44f2de69311efa7508c903f650a8e4d76"
20+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "65ffe6637693495f318c009dff3904c76ae519d83411ac65811974cb990bc1f8"
21+
sha256 cellar: :any_skip_relocation, sonoma: "3803f01921a52f44d2bc42eb10720a98ad3c4baa1e66dfdf5955dc0612da678b"
22+
sha256 cellar: :any_skip_relocation, arm64_linux: "10e9f175c966dc9541fcdf492f895f1ef887a606bb9bfb1be00f2353f2eedb1f"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5ca45d0ad2b82684678f7eb4923ca5cf8e83abafc0b5a5a76d87ea10b25b62c8"
2624
end
2725

2826
depends_on "go" => :build

0 commit comments

Comments
 (0)