apw 1.1.1 - #9725
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the apw Homebrew formula to version 1.1.1 by pointing the source tarball URL at the new Git tag and updating the corresponding SHA-256 checksum.
Changes:
- Bumped
apwfrom v1.0.2 to v1.1.1. - Updated the source tarball
sha256to match the new release archive.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5078dfd3b9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| homepage "https://github.com/bendews/apw" | ||
| url "https://github.com/bendews/apw/archive/refs/tags/v1.0.2.tar.gz" | ||
| sha256 "c0c3e00eb58ccd47fecf3f2fe0fd4bed9656887a3306fe9330234beb784868b9" | ||
| url "https://github.com/bendews/apw/archive/refs/tags/v1.1.1.tar.gz" |
There was a problem hiding this comment.
Update the inreplace source version for v1.1.1
When building from the new v1.1.1 archive, src/const.ts no longer contains the 1.0.1 literal used by the unchanged inreplace call, so Homebrew raises an InreplaceError before deno compile runs and this version cannot be installed from source. Update the search literal to the version embedded in this archive, or remove the replacement if upstream now embeds the correct version.
AGENTS.md reference: AGENTS.md:L259-L264
Useful? React with 👍 / 👎.
Created by
brew bumpCreated with
brew bump-formula-pr.