Commit Graph

8 Commits

Author SHA1 Message Date
Rui Chen 6eaa69b988 feat: migrate gitea to homebrew-core (#178)
Same to tea, we have incorporated gitea into homebrew-core as well. (PR, https://github.com/Homebrew/homebrew-core/pull/141302). I think we can just transition to core. Thanks!

This is the formula page, https://formulae.brew.sh/formula/gitea

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/178
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
Co-committed-by: Rui Chen <rui@chenrui.dev>
2023-09-14 05:37:30 +00:00
Bo-Yi Wu f355d3857d refactor: update check .xz.sha256 file extension. (#167)
- Simplify the `sha256_file` variable assignment in `bump_version.sh`

We always have `.xz.sha256` files.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/167
Reviewed-by: Jason Song <i@wolfogre.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-committed-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2023-05-04 18:29:38 +08:00
Bo-Yi Wu 4bf7c6c832 feat: improve returned recordings and expand OS compatibility (#164)
- Add new formula `act_runner-head.rb` for Gitea runner based on act with `main` version
- Add new formula `act_runner.rb` for Gitea runner based on act with version `0.1.4`
- Update `bump_version.sh` to include `act_runner` in the binaries list

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

fix https://gitea.com/gitea/homebrew-gitea/issues/163

Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.io>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/164
Reviewed-by: silverwind <silverwind@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-committed-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2023-05-03 09:54:40 +08:00
Jason Song ee1a788402 Switch to Actions (#161)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/161
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-committed-by: Jason Song <i@wolfogre.com>
2023-04-21 21:46:03 +08:00
Alexey 〒erentyev 939e53988f Update gitea and change bump_script to save comments (#145)
as title

Co-authored-by: Alexey Terentyev <axifnx@gmail.com>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/145
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Alexey 〒erentyev <axifive@noreply.gitea.io>
Co-committed-by: Alexey 〒erentyev <axifive@noreply.gitea.io>
2021-10-13 01:54:46 +08:00
Alexey 〒erentyev d4a33300f2 use xz archive only on supported platform (#144)
as title

Co-authored-by: Alexey Terentyev <axifnx@gmail.com>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/144
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Alexey 〒erentyev <axifive@noreply.gitea.io>
Co-committed-by: Alexey 〒erentyev <axifive@noreply.gitea.io>
2021-10-09 12:23:39 +08:00
Matti R 6809411747
darwin/arm64 for tea 2021-08-26 19:35:24 -04:00
markkrj 10c0dc82d8 Fix homebrew tap by removing head and shipping compiled binaries (#136)
fixes #135

This fix Homebrew tap by removing the head method and shipping only pre-compiled binaries, as you guys already ship binaries for most (all?) supported platforms.

Also, for gitea.rb and tea.rb, I removed the curl for fetching files checksum, because for every install, it runs `curl` 5 times, slowing the install. So, I created a script to bump versions to latest and fix sha256 checksum in the formula files.

I created also an gitea-head and tea-head formulae to download latest pre-compiled binaries for head, and here we are fetching checksum by `curl`, as I imagine, it is not common/recommended scenario.

IMO, this is the best possible approach for shipping binaries from a custom tap.

Co-authored-by: Marcos de Oliveira <markinholiveira@gmail.com>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/136
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: markkrj <markkrj@noreply.gitea.io>
Co-committed-by: markkrj <markkrj@noreply.gitea.io>
2021-06-30 02:00:18 +08:00