Skip to content

Commit

Permalink
update(forge)
Browse files Browse the repository at this point in the history
would benefit from pkgxdev/brewkit#327
  • Loading branch information
jhheider committed Apr 12, 2024
1 parent b5cc3de commit af63f8f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions projects/getfoundry.sh/package.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
distributable:
# FIXME: foundry has releases named "Nightly (YYYY-MM-DD)"
# but their tags are "nightly-<sha>".
url: https://github.com/foundry-rs/foundry/archive/refs/tags/nightly-54b369564937f5f5d4f2525622e8b9808b1645f6.tar.gz
# url: https://github.com/foundry-rs/foundry/archive/refs/tags/{{version.tag}}.tar.gz
url: https://github.com/foundry-rs/foundry/archive/refs/tags/nightly-bdc04c278f8ac716ed5fd3994bc0da841807b5cf.tar.gz
strip-components: 1
versions:
# FIXME: we should use this, which will get us calver,
# but the tags are just "nightly-<sha>".
# github: foundry-rs/foundry/releases
# this would work with `version.tag`, except they're all pre-releases, which we
# ignore
# FIXME: https://github.com/pkgxdev/brewkit/issues/327
# github: foundry-rs/foundry
# strip:
# - /^Nightly \(/
# - /\)$/
- 2023.12.07
- 2024.4.12

dependencies:
git-scm.org: ^2

build:
dependencies:
rust-lang.org: ^1.74 # edition: 2021
rust-lang.org/cargo: "*"
rust-lang.org/cargo: '*'
script:
# install Forge
- cargo install --path ./crates/forge $ARGS
Expand Down

0 comments on commit af63f8f

Please sign in to comment.