Skip to content

hister 0.16.0 (new formula) - #295137

Open
mvanhorn wants to merge 1 commit into
Homebrew:mainfrom
mvanhorn:hister-0.16.0
Open

hister 0.16.0 (new formula)#295137
mvanhorn wants to merge 1 commit into
Homebrew:mainfrom
mvanhorn:hister-0.16.0

Conversation

@mvanhorn

@mvanhorn mvanhorn commented Jul 25, 2026

Copy link
Copy Markdown

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?
  • Is your test running fine brew test <formula>?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

  • AI was used to generate or assist with generating this PR. Please specify below how you used AI to help you, and what steps you have taken to manually verify the changes.

Verified locally (macOS arm64, Homebrew 6.0.12) on hister 0.16.0:

  • brew audit --new hister exits 0
  • HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source hister builds in 1m16s
  • brew test hister passes: checks --version, generates a config with create-config, starts hister listen on a free port and asserts the embedded web UI returns HTML (server logged a 200)
  • the v0.16.0 tarball sha256 was computed from the download, not copied

AI disclosure detail: the formula was drafted with AI assistance (Claude Code); every command above was run on this machine and its result is reported as observed.

New formula for hister (self-hosted search engine, AGPL-3.0-or-later), requested by the upstream maintainer in asciimoo/hister#353. Bumped 0.12.0 -> current 0.16.0. Supersedes #278900 (closed by the stale bot) and #291218 (closed for an outdated PR template).

@github-actions

Copy link
Copy Markdown
Contributor

Thanks for your pull request. This has been closed because it appears to use an incomplete or outdated pull request template.

Please edit this pull request to fill in the current pull request template. This workflow will reopen this pull request automatically once the template is complete. Do not open a new pull request for this.

@github-actions github-actions Bot closed this Jul 25, 2026
@github-actions github-actions Bot added go Go use is a significant feature of the PR or issue nodejs Node or npm use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core labels Jul 25, 2026
@github-actions github-actions Bot reopened this Jul 25, 2026
Comment thread Formula/h/hister.rb
def install
ENV["CGO_ENABLED"] = "1"
system "go", "generate", "./..."
system "go", "build", *std_go_args(ldflags: "-s -w")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
system "go", "build", *std_go_args(ldflags: "-s -w")
system "go", "build", *std_go_args

@daeho-ro daeho-ro added the needs response Needs a response from the issue/PR author label Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

go Go use is a significant feature of the PR or issue needs response Needs a response from the issue/PR author new formula PR adds a new formula to Homebrew/homebrew-core nodejs Node or npm use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants