Skip to content

Commit

Permalink
scarb 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and alebcay committed Dec 12, 2024
1 parent 5f9558b commit 8ea97f6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Formula/s/scarb.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Scarb < Formula
desc "Cairo package manager"
homepage "https://docs.swmansion.com/scarb/"
url "https://github.com/software-mansion/scarb/archive/refs/tags/v2.9.1.tar.gz"
sha256 "4288122fbd818173dc83e71482678569927c886886eb85cd46b0f49233476016"
url "https://github.com/software-mansion/scarb/archive/refs/tags/v2.9.2.tar.gz"
sha256 "8d8f9fcdaaa72a961d170dc3fced8cb61bb463a185debb654648887c26df0956"
license "MIT"
head "https://github.com/software-mansion/scarb.git", branch: "main"

Expand All @@ -23,12 +23,6 @@ class Scarb < Formula
depends_on "rust" => :build
uses_from_macos "zlib"

# bump bytes to 1.9.0, upstream pr ref, https://github.com/software-mansion/scarb/pull/1792
patch do
url "https://github.com/software-mansion/scarb/commit/db39977319ac434a1ea34d8185a064dfe0bbaee3.patch?full_index=1"
sha256 "2af4dbf24584cea578cc0127a4b9d142c81914b90fe0372627351a47fde9fa0a"
end

def install
%w[
scarb
Expand Down

0 comments on commit 8ea97f6

Please sign in to comment.