Skip to content

tea 0.14.2#290079

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-tea-0.14.2
Jun 28, 2026
Merged

tea 0.14.2#290079
BrewTestBot merged 2 commits into
mainfrom
bump-tea-0.14.2

Conversation

@BrewTestBot

Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

@github-actions github-actions Bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jun 26, 2026
@botantony botantony added the checksum mismatch SHA-256 doesn't match the download label Jun 26, 2026
@stefanb

stefanb commented Jun 28, 2026

Copy link
Copy Markdown
Member

Gitea serves archive with unstable hashes, as also discovered in

Eg:

$ curl -sL https://gitea.com/gitea/tea/archive/v0.14.2.tar.gz | shasum -a 256
cfe01698775d46dac8a8de42bdb679b9874fcc070cd6fada1b5f207d8a36f705  -
$ curl -sL https://gitea.com/gitea/tea/archive/v0.14.2.tar.gz | shasum -a 256
dc3c893cf79c681b9fd5cb8e9e049053f53535672c3319924f35a8277c64fd3a  -
$ curl -sL https://gitea.com/gitea/tea/archive/v0.14.2.tar.gz | shasum -a 256
70331bacd57e0ee50852eefc1a1f7fca5182b55d7adaa8001e3a9731e8cbbf92  -
$ curl -sL https://gitea.com/gitea/tea/archive/v0.14.2.tar.gz | shasum -a 256
b263de8ee307e43fe2e263b04d149cef92782de04b06cd62ae93842aa45d89ee  -

Recent gitea upstream issue:

@cho-m
cho-m force-pushed the bump-tea-0.14.2 branch from 5a5f259 to 90da5da Compare June 28, 2026 19:14
@cho-m

cho-m commented Jun 28, 2026

Copy link
Copy Markdown
Member

Removed version.Tags as that is supposed to store Go -tags used at build-time

TAGS ?=
SDK ?= $(shell $(GO) list -f '{{.Version}}' -m gitea.dev/sdk)
LDFLAGS := -X "gitea.dev/tea/modules/version.Version=$(TEA_VERSION)" -X "gitea.dev/tea/modules/version.Tags=$(TAGS)" -X "gitea.dev/tea/modules/version.SDK=$(SDK)" -s -w

# override to allow passing additional goflags via make CLI
override GOFLAGS := $(GOFLAGS) -tags '$(TAGS)' -ldflags '$(LDFLAGS)'

EDIT: This could be a candidate to switch to Makefile build. There was a previous discussion where Makefiles may be preferred over directly running Go, which helps avoid maintenance overhead seen in this PR for ldflags. The same binary can be produced here with

system "make", "GOFLAGS=-trimpath", "EXECUTABLE=#{bin/name}"

For now won't modify, but leaving comment as idea for future.

@stefanb stefanb removed the checksum mismatch SHA-256 doesn't match the download label Jun 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jun 28, 2026
@BrewTestBot
BrewTestBot enabled auto-merge June 28, 2026 20:30
@BrewTestBot
BrewTestBot added this pull request to the merge queue Jun 28, 2026
Merged via the queue into main with commit 993a0dc Jun 28, 2026
22 checks passed
@BrewTestBot
BrewTestBot deleted the bump-tea-0.14.2 branch June 28, 2026 20:44
@stefanb stefanb mentioned this pull request Jul 9, 2026
7 tasks
pull Bot pushed a commit to EricLBuehler/homebrew-core that referenced this pull request Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants