Skip to content

Commit 761f77d

Browse files
authored
Merge pull request Homebrew#218702 from Homebrew/bump-ramalama-0.7.3
ramalama 0.7.3
2 parents 439c919 + 17e6e6a commit 761f77d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Formula/r/ramalama.rb

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

44
desc "Goal of RamaLama is to make working with AI boring"
55
homepage "https://github.com/containers/ramalama"
6-
url "https://files.pythonhosted.org/packages/ad/3a/3fc40ae9331a09a1febdf0075eca328e46ba28b0431a44f11e10ae682eae/ramalama-0.7.2.tar.gz"
7-
sha256 "4f77df954d34f96f38adf6ab0a90a06c7903085ba57609d48978ca1cce252579"
6+
url "https://files.pythonhosted.org/packages/ef/9e/e95e82f91b3a101d6025e30ec039a204649f7a05a79561fc0bd5c8977bf9/ramalama-0.7.3.tar.gz"
7+
sha256 "bd3e4913023964db99087495b058505b6f2ba3ef28e48ce6cce1f7d7eddde844"
88
license "MIT"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e96223443b42de99e1794de0428979bd38a0b308b82738e8494a30a4d662dc67"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e96223443b42de99e1794de0428979bd38a0b308b82738e8494a30a4d662dc67"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e96223443b42de99e1794de0428979bd38a0b308b82738e8494a30a4d662dc67"
14-
sha256 cellar: :any_skip_relocation, sonoma: "26904f9bedb8b54e5e69ec20c2d481e454a4f046d2fe63ee474494563477ee20"
15-
sha256 cellar: :any_skip_relocation, ventura: "26904f9bedb8b54e5e69ec20c2d481e454a4f046d2fe63ee474494563477ee20"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "6726ef5a6714d90d0ef2c120b6738dae4e98a47c5d5ba1f4f43bbb0bda9551c0"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6726ef5a6714d90d0ef2c120b6738dae4e98a47c5d5ba1f4f43bbb0bda9551c0"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d3271d32fe39ddab7002d1b4ac5110e9fa6f1393e39afdbdeebcbf6e0991d6fc"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3271d32fe39ddab7002d1b4ac5110e9fa6f1393e39afdbdeebcbf6e0991d6fc"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d3271d32fe39ddab7002d1b4ac5110e9fa6f1393e39afdbdeebcbf6e0991d6fc"
14+
sha256 cellar: :any_skip_relocation, sonoma: "3779273319511f9014ff415c908ba28db78718e7719139c6d4afa7defbfc0d9d"
15+
sha256 cellar: :any_skip_relocation, ventura: "3779273319511f9014ff415c908ba28db78718e7719139c6d4afa7defbfc0d9d"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "cfdc37ab4af8dadd6991cbabe845f320894482c9d21797650944f38209914d6d"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cfdc37ab4af8dadd6991cbabe845f320894482c9d21797650944f38209914d6d"
1818
end
1919

2020
depends_on "[email protected]"
2121

2222
resource "argcomplete" do
23-
url "https://files.pythonhosted.org/packages/0a/35/aacd2207c79d95e4ace44292feedff8fccfd8b48135f42d84893c24cc39b/argcomplete-3.6.1.tar.gz"
24-
sha256 "927531c2fbaa004979f18c2316f6ffadcfc5cc2de15ae2624dfe65deaf60e14f"
23+
url "https://files.pythonhosted.org/packages/16/0f/861e168fc813c56a78b35f3c30d91c6757d1fd185af1110f1aec784b35d0/argcomplete-3.6.2.tar.gz"
24+
sha256 "d0519b1bc867f5f4f4713c41ad0aba73a4a5f007449716b16f385f2166dc6adf"
2525
end
2626

2727
def install

0 commit comments

Comments
 (0)