Skip to content

Commit

Permalink
C1 0.25.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oed committed Jun 29, 2024
1 parent 1dde93a commit 5b5c8a0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
12 changes: 12 additions & 0 deletions Formula/ceramic-one.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
class CeramicOne < Formula
desc "Implementation of the Ceramic protocol in Rust"

Check failure on line 2 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

Check failure on line 2 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
homepage "https://ceramic.network"

Check failure on line 3 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

Check failure on line 3 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.25.0/ceramic-one_aarch64-apple-darwin_brew-test.tar.gz"

Check failure on line 4 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

Check failure on line 4 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
sha256 "5470e699784ec7a679937ad4a0c5f19c7559b025b680b0c7206c78c7e4e58df5"

Check failure on line 5 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

Check failure on line 5 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
version "0.25.0"

Check failure on line 6 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

Check failure on line 6 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/ComponentsOrder: `version` (line 6) should be put before `sha256` (line 5)

Check failure on line 6 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

Check failure on line 6 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

FormulaAudit/ComponentsOrder: `version` (line 6) should be put before `sha256` (line 5)

Check failure on line 7 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/TrailingWhitespace: Trailing whitespace detected.

Check failure on line 7 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/TrailingWhitespace: Trailing whitespace detected.
def install

Check failure on line 8 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

Check failure on line 8 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
bin.install "ceramic-one"
end
end

Check failure on line 11 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/EndAlignment: `end` at 11, 2 is not aligned with `class CeramicOne < Formula` at 1, 0.

Check failure on line 11 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/EndAlignment: `end` at 11, 2 is not aligned with `class CeramicOne < Formula` at 1, 0.

Check failure on line 12 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/TrailingWhitespace: Trailing whitespace detected.

Check failure on line 12 in Formula/ceramic-one.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/TrailingWhitespace: Trailing whitespace detected.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# Ceramicnetwork Tap

## How do I install these formulae?

`brew install ceramicnetwork/tap/<formula>`
## What formulae are available?

Or `brew tap ceramicnetwork/tap` and then `brew install <formula>`.
- [ceramic-one](https://github.com/ceramicnetwork/rust-ceramic/)

Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:
## How do I install these formulae?

```ruby
tap "ceramicnetwork/tap"
brew "<formula>"
```
`brew install ceramicnetwork/tap/ceramic-one`

## Documentation
Or `brew tap ceramicnetwork/tap` and then `brew install ceramic-one`.

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).

0 comments on commit 5b5c8a0

Please sign in to comment.