Skip to content

Commit a384fb2

Browse files
committed
localstack 4.6.0
1 parent 14bf3d9 commit a384fb2

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Formula/l/localstack.rb

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ class Localstack < Formula
33

44
desc "Fully functional local AWS cloud stack"
55
homepage "https://localstack.cloud/"
6-
url "https://files.pythonhosted.org/packages/11/7a/6030f1bfebf4cbef70d01fec2b76653a363da10d5ae30ee60487fa81e040/localstack-4.5.0.tar.gz"
7-
sha256 "f8ebf3a9af1826c595cfe4196c6d52792152db374e437e1a574ac52aedc53a18"
6+
url "https://files.pythonhosted.org/packages/47/72/b1fa6c2928cb8fd38a0681920f32201ee88b0ee93625e03d35bcf07bb765/localstack-4.6.0.tar.gz"
7+
sha256 "2b0ba609816241dba507d7d7b20ca44ee598b4c730f6c56bed3e6f5472dc6c7d"
88
license "Apache-2.0"
9-
revision 2
109

1110
bottle do
1211
sha256 cellar: :any, arm64_sequoia: "a808952ca136ccb2cd3f489d6bba4dd31710e740c314aac86f26b24ed6d6d0e3"
@@ -64,13 +63,13 @@ class Localstack < Formula
6463
end
6564

6665
resource "localstack-core" do
67-
url "https://files.pythonhosted.org/packages/cc/24/840843f39d331acdc36f4bcfb094922e2f5a4547473f2db18abaf16c3641/localstack_core-4.5.0.tar.gz"
68-
sha256 "2930c0a67dad7f88d2690c0b8720a8b605774c6edf819593ab0328fd14a3e395"
66+
url "https://files.pythonhosted.org/packages/87/af/bb6760edcbb1e1c3906c2aa961c6a744e9a9a4f11c2ac7d2ac0e5fabd08d/localstack_core-4.6.0.tar.gz"
67+
sha256 "e324a8ece8acb1b15a8961ea1a103a50e24e61bbbd30e608b9f5a03ff3b0b0ad"
6968
end
7069

7170
resource "localstack-ext" do
72-
url "https://files.pythonhosted.org/packages/7e/c7/d63c41166e2d7fd6bd469c12a49f11848f42762be803260f93fd48fd8c52/localstack_ext-4.5.0.tar.gz"
73-
sha256 "7d7c30ce3edbe822a5ff3db063d323ae3360c346d6719c83447fbd9188462556"
71+
url "https://files.pythonhosted.org/packages/0c/4f/0f6424553530c1b3b88a9815d7f10a3025c14144f267e525c7156d4fa59f/localstack_ext-4.6.0.tar.gz"
72+
sha256 "7b9fcd712877bd5678b394bb24e8ebdb1df9fb4c669177049c0d97e005c8615c"
7473
end
7574

7675
resource "markdown-it-py" do
@@ -99,8 +98,8 @@ class Localstack < Formula
9998
end
10099

101100
resource "pygments" do
102-
url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz"
103-
sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"
101+
url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz"
102+
sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"
104103
end
105104

106105
resource "pyjwt" do
@@ -124,8 +123,8 @@ class Localstack < Formula
124123
end
125124

126125
resource "python-dotenv" do
127-
url "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz"
128-
sha256 "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5"
126+
url "https://files.pythonhosted.org/packages/f6/b0/4bc07ccd3572a2f9df7e6782f52b0c6c90dcbb803ac4a167702d7d0dfe1e/python_dotenv-1.1.1.tar.gz"
127+
sha256 "a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab"
129128
end
130129

131130
resource "pyyaml" do

0 commit comments

Comments
 (0)