Skip to content
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions Formula/a/apw.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Apw < Formula
desc "CLI for Apple Passwords (also known as iCloud Keychain)"
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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

sha256 "f189a4e68a86f5ebbdfaf1b94533358f7452e5692057a348c27bf1decb7e3388"
license "GPL-3.0-only"
head "https://github.com/bendews/apw.git", branch: "main"

Expand Down
Loading