Skip to content

Commit ae26234

Browse files
author
kreuzberg-bot
committed
chore(homebrew): update alef to 0.16.12
Auto-update from release v0.16.12 Includes pre-built bottles for macOS
1 parent 4d6a613 commit ae26234

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Formula/alef.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Alef < Formula
1111
on_macos do
1212
if Hardware::CPU.arm?
1313
url 'https://github.com/kreuzberg-dev/alef/releases/download/v0.4.1/alef-aarch64-apple-darwin.tar.gz'
14-
sha256 "1527d68570a10e8a0950e185cf6b6a6b5f65e9fe77da827f5c7932fc55829179"
14+
sha256 "761f2cd9f6987b63fcd413766fa32508e58c1f32b915b643a12e23e7ca451f36"
1515

1616
define_method(:install) do
1717
bin.install 'alef'
@@ -22,14 +22,14 @@ class Alef < Formula
2222
on_linux do
2323
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
2424
url 'https://github.com/kreuzberg-dev/alef/releases/download/v0.4.1/alef-x86_64-unknown-linux-gnu.tar.gz'
25-
sha256 "1527d68570a10e8a0950e185cf6b6a6b5f65e9fe77da827f5c7932fc55829179"
25+
sha256 "761f2cd9f6987b63fcd413766fa32508e58c1f32b915b643a12e23e7ca451f36"
2626
define_method(:install) do
2727
bin.install 'alef'
2828
end
2929
end
3030
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
3131
url 'https://github.com/kreuzberg-dev/alef/releases/download/v0.4.1/alef-aarch64-unknown-linux-gnu.tar.gz'
32-
sha256 "1527d68570a10e8a0950e185cf6b6a6b5f65e9fe77da827f5c7932fc55829179"
32+
sha256 "761f2cd9f6987b63fcd413766fa32508e58c1f32b915b643a12e23e7ca451f36"
3333
define_method(:install) do
3434
bin.install 'alef'
3535
end
@@ -62,6 +62,6 @@ class Alef < Formula
6262
end
6363

6464
bottle do
65-
root_url "https://github.com/kreuzberg-dev/alef/releases/download/v0.16.11"
66-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "eefb914b1a038a1d2699bf222fba8f955b81f08e0d2701e7010a12c700e1fbcf"
65+
root_url "https://github.com/kreuzberg-dev/alef/releases/download/v0.16.12"
66+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c3abc7fda867b40faffeb7c69a045a98c676c79c6ce65162ba2594c75fd90fd"
6767
end

0 commit comments

Comments
 (0)