Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynein 0.3.0 #175291

Merged
merged 2 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ dxpy
dyld-headers
dynaconf
dynare
dynein
dysk
dzr
e2fsprogs
Expand Down
7 changes: 5 additions & 2 deletions Formula/d/dynein.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Dynein < Formula
desc "DynamoDB CLI"
homepage "https://github.com/awslabs/dynein"
url "https://github.com/awslabs/dynein/archive/refs/tags/v0.2.1.tar.gz"
sha256 "1946d521b74da303bafd19a0a36fd7510a9f8c9fc5cf64d2e6742b4b0b2c9389"
url "https://github.com/awslabs/dynein/archive/refs/tags/v0.3.0.tar.gz"
sha256 "40be5866288f565ac00494910d5dbb266ca0c34d56d50d839bc2c2aad34dc470"
license "Apache-2.0"
head "https://github.com/awslabs/dynein.git", branch: "main"

Expand All @@ -19,8 +19,11 @@ class Dynein < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "075dad3a402d915e8645bd192254f0bbcd68f419e1cd94b936223f2bf319cd78"
end

depends_on "cmake" => :build # for libz-ng-sys crate
depends_on "rust" => :build

uses_from_macos "bzip2"

on_linux do
depends_on "pkg-config" => :build
depends_on "openssl@3" # need to build `openssl-sys`
Expand Down
Loading