Skip to content

Commit ac3c01b

Browse files
committed
libomemo-c 0.5.1
autobump: add libomemo-c Signed-off-by: Rui Chen <[email protected]> libomemo-c: update test Signed-off-by: Rui Chen <[email protected]>
1 parent 9c88ff5 commit ac3c01b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,6 +1931,7 @@ libnghttp3
19311931
libnotify
19321932
libntlm
19331933
libobjc2
1934+
libomemo-c
19341935
libomp
19351936
libopenmpt
19361937
liboqs

Formula/lib/libomemo-c.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
@@ -104,7 +104,7 @@ def install
104104
}
105105
C
106106

107-
flags = shell_output("pkgconf --cflags --libs libomemo-c").chomp.split
107+
flags = shell_output("pkgconf --cflags --libs libomemo-c libprotobuf-c").chomp.split
108108
system ENV.cc, "test.c", "-o", "test", *flags
109109
system "./test"
110110
end

0 commit comments

Comments
 (0)