-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
signal-cli: libsignal-client 0.58.0 Signed-off-by: Rui Chen <[email protected]>
- Loading branch information
1 parent
41d21e0
commit 50d2439
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
class SignalCli < Formula | ||
desc "CLI and dbus interface for WhisperSystems/libsignal-service-java" | ||
homepage "https://github.com/AsamK/signal-cli" | ||
url "https://github.com/AsamK/signal-cli/archive/refs/tags/v0.13.5.tar.gz" | ||
sha256 "c1fdc8ccff324278a9357aed04fa7de88ecba1fc270f5555b5cea77d415d1342" | ||
url "https://github.com/AsamK/signal-cli/archive/refs/tags/v0.13.7.tar.gz" | ||
sha256 "aab99f514602e6792b65b0722fc617faca3049cb76e61cc731bf57b07d37ccec" | ||
license "GPL-3.0-or-later" | ||
|
||
bottle do | ||
|
@@ -31,8 +31,8 @@ class SignalCli < Formula | |
# url=https://github.com/AsamK/signal-cli/releases/download/v$version/signal-cli-$version.tar.gz | ||
# curl -fsSL $url | tar -tz | grep libsignal-client | ||
resource "libsignal-client" do | ||
url "https://github.com/signalapp/libsignal/archive/refs/tags/v0.52.2.tar.gz" | ||
sha256 "40ddc51bc5bf1013c583c07717ed00cedfafda55f9f9a43aad72f9a55986b199" | ||
url "https://github.com/signalapp/libsignal/archive/refs/tags/v0.58.0.tar.gz" | ||
sha256 "73b953583b46a84f56def63e1341566373632749ee4f2fde3ff0632e49e8b1e3" | ||
end | ||
|
||
def install | ||
Check failure on line 38 in Formula/s/signal-cli.rb GitHub Actions / Linux`brew install --verbose --formula --build-bottle signal-cli` failed on Linux!
|
||
|