Skip to content

Commit 8e0e7df

Browse files
authored
Merge pull request #217289 from Homebrew/bump-libomemo-c-0.5.1
libomemo-c 0.5.1
2 parents ca72f7b + 36b65b0 commit 8e0e7df

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,6 +1937,7 @@ libnghttp3
19371937
libnotify
19381938
libntlm
19391939
libobjc2
1940+
libomemo-c
19401941
libomp
19411942
libopenmpt
19421943
liboqs

Formula/lib/libomemo-c.rb

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
class LibomemoC < Formula
22
desc "Implementation of Signal's ratcheting forward secrecy protocol"
33
homepage "https://github.com/dino/libomemo-c"
4-
url "https://github.com/dino/libomemo-c/archive/refs/tags/v0.5.0.tar.gz"
5-
sha256 "03195a24ef7a86c339cdf9069d7f7569ed511feaf55e853bfcb797d2698ba983"
4+
url "https://github.com/dino/libomemo-c/archive/refs/tags/v0.5.1.tar.gz"
5+
sha256 "d1b65dbf7bccc67523abfd5e429707f540b2532932d128b2982f0246be2b22a0"
66
license "GPL-3.0-only"
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "706625428f96e1a3a56e49b9841d19ee1e7f64b197bbdcdc50135c40e80be326"
10-
sha256 cellar: :any, arm64_sonoma: "73f2267cfaa0656f1f7e70dea6cafc155e08268d5f0b57ffcb34f92bcd53eb87"
11-
sha256 cellar: :any, arm64_ventura: "dccc667b31642b280a1ae140c1626efc9a407476f9223008520a78282842478b"
12-
sha256 cellar: :any, arm64_monterey: "c90a3715e044536c4650463c4a1def1c66b3cd31231cae668d3bfa2e6c616218"
13-
sha256 cellar: :any, arm64_big_sur: "ade5ce2ed49545cd401c2f96ef600f36efa1a41701ecd4c3783bed067a66846b"
14-
sha256 cellar: :any, sonoma: "3bb3a24d85787cf6a2ee0f55adc655c1b218074ef9b3268a11b6e9de77ad11d9"
15-
sha256 cellar: :any, ventura: "91d4e7871b7e7f3cac1352590e5da0f6a0ba2e29194d4f5c37c9f4743c2107ca"
16-
sha256 cellar: :any, monterey: "dfdf9c205d14096770df1c4e7ce0b45e857f379c3ce3d23b14f8f7e09c93afad"
17-
sha256 cellar: :any, big_sur: "345ad0738741a9d382abd1ac18116128c68f4774785cda97966f9c89fca86693"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "55e3ac5daa752ec098bf0be700cf5107ac16bb71ff6d0420af9e6082949d7bda"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "222d7b3ada83cc778fb993e4706db5e6b03891379ad8c0f8272f6cb5693c01c0"
9+
sha256 cellar: :any, arm64_sequoia: "10b6d82f6c30e6f9434ed1655ddebda4c01cfb37e1814dc7cbf87b6dbcd683d0"
10+
sha256 cellar: :any, arm64_sonoma: "d006d2ce0817b007a29e695a8c819a14b453ca7ec3608a10c294b4767f2279a5"
11+
sha256 cellar: :any, arm64_ventura: "c838d8370dd068a5a5ae9ea20ce6caa55de0344d35a2bdf8421b8f91c2640b8d"
12+
sha256 cellar: :any, sonoma: "b0255f92cf0699734dcc7bc612c8d9936c0d8a49fce2626a95cb366e52c2ee51"
13+
sha256 cellar: :any, ventura: "8cef60b4eb059781f053bc8e8f41adcfebffe647eec23a9d74d28d7af10e65d1"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "2100e33cf8efbc544f7dc76e787b56bd2cd4d058ac36807d008bc480d9a135a4"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "025532b47c92f3c63c4f7dda9c99423e3f1d191f03594473d62b83150402b84b"
2016
end
2117

2218
depends_on "cmake" => :build
@@ -104,7 +100,7 @@ def install
104100
}
105101
C
106102

107-
flags = shell_output("pkgconf --cflags --libs libomemo-c").chomp.split
103+
flags = shell_output("pkgconf --cflags --libs libomemo-c libprotobuf-c").chomp.split
108104
system ENV.cc, "test.c", "-o", "test", *flags
109105
system "./test"
110106
end

0 commit comments

Comments
 (0)