Commit graph

198 commits

Author SHA1 Message Date
Lunny Xiao 29226e8dda try upgrade every 12 hours (#177)
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/177
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-09-05 15:00:30 +00:00
Rui Chen 9ff199e4dc feat: migrate tea into homebrew-core (#175)
Currently both are supported in homebrew-core, so it might be a good idea to consolidate and increase the collaborations :)

```
$ brew install tea
Warning: Treating tea as a formula. For the cask, use homebrew/cask/tea
==> Fetching tea
==> Downloading https://ghcr.io/v2/homebrew/core/tea/manifests/0.9.2
######################################################################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/tea/blobs/sha256:29e52360a6c2dcb368442a59161640e1cf96e565ab59d1520e42c6a2ce38b
######################################################################################################################## 100.0%
==> Pouring tea--0.9.2.arm64_ventura.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
  /opt/homebrew/etc/bash_completion.d
==> Summary
🍺  /opt/homebrew/Cellar/tea/0.9.2: 9 files, 20.7MB
```

For head build, it would be:
```
$ brew install --HEAD tea
```

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/175
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-04 04:10:36 +00:00
Rui Chen b0d52675ea chore: bump brew to 4.1.7 (#176)
- bump brew to the latest, 4.1.7 release

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/176
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
Co-committed-by: Rui Chen <rui@chenrui.dev>
2023-09-04 01:38:34 +00:00
Rui Chen 2cba9d5b7f chore: add licenses for formulae files (#173)
Add license field for all formulae files.

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/173
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
Co-committed-by: Rui Chen <rui@chenrui.dev>
2023-09-03 19:08:18 +00:00
techknowlogick 9bfc1566fa 1.20.3 2023-08-21 12:13:43 -04:00
techknowlogick 64b7b5d0c3 bump 2023-07-16 21:26:02 -04:00
techknowlogick 64434bba87 bump 2023-07-12 01:18:02 -04: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 7cfa76110b docs: improve README and update brew commands for act_runner (#165)
- Add `act_runner` installation instructions to README
- Update brew upgrade and uninstall commands to include `act_runner`

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

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/165
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
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-03 23:21:12 +08:00
Bo-Yi Wu c07d8919c8 test: improve API usage, test tolerance, and platform support (#166)
- Update brew_version to include "3.6.21", "4.0.16", and "latest"

See https://hub.docker.com/r/homebrew/brew

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/166
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
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-03 21:00:59 +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
6543 cc9f50269c
gitea 1.19.2
Signed-off-by: 6543 <6543@obermui.de>
2023-04-30 06:05:28 +02: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
techknowlogick 13e1028c49 1.19.1 2023-04-14 15:00:29 -04:00
techknowlogick a8bb811cc5 gitea 1.19.0 2023-03-24 17:01:59 -04:00
techknowlogick a7015cf49b bump 2023-03-14 03:19:47 -04:00
techknowlogick 0b4f371dda 1.18.3 2023-01-23 15:31:27 -05:00
techknowlogick 8401367c93 1.18.2 2023-01-19 22:17:32 -05:00
techknowlogick 50c2dbac63 Update '.drone.yml' 2023-01-20 09:51:05 +08:00
techknowlogick 52dd20985d Update '.drone.yml' 2023-01-20 09:50:05 +08:00
techknowlogick 6f7460d455 Update '.drone.yml' 2023-01-18 04:00:17 +08:00
drone d53c971034 [skip ci] Updated Version via cron 2022-12-31 04:17:45 +00:00
techknowlogick 47d86f1cb1 upgrade to 1.17.4 2022-12-21 19:17:36 -05:00
Lunny Xiao 74d2b57d6d Change branch name from master to main (#156)
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/156
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
Reviewed-by: pat-s <pat-s@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-11-03 03:57:49 +08:00
techknowlogick 26fefb55c0 1.17.3 bump
incl tea 0.9.0 bump too
2022-10-17 05:10:27 +08:00
techknowlogick 81ca1abcfe rename primary branch 2022-08-22 23:51:09 +08:00
techknowlogick 730d7b0421 1.17.1 2022-08-19 04:53:03 +08:00
drone a76021d91d [skip ci] Updated Version via cron 2022-05-17 00:18:48 +00:00
drone e672fa373b [skip ci] Updated Version via cron 2022-05-02 05:36:16 +00:00
drone e2c3b6d94d [skip ci] Updated Version via cron 2022-04-21 01:08:18 +00:00
drone 4e9d7e9477 [skip ci] Updated Version via cron 2022-04-21 00:26:59 +00:00
drone a71ce413a6 [skip ci] Updated Version via cron 2022-03-24 02:58:59 +00:00
drone 4b7d4fe4fb [skip ci] Updated Version via cron 2022-03-14 22:14:53 +00:00
drone 411654d3aa [skip ci] Updated Version via cron 2022-03-03 18:26:11 +00:00
techknowlogick 02280a9dcd Update '.drone.yml' 2022-03-04 01:33:08 +08:00
techknowlogick b68564c5f1 Update '.drone.yml' 2022-03-04 00:52:45 +08:00
techknowlogick 2b7235c83e update homebrew version via cron (#154)
Fix #98

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/154
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
2022-02-28 09:31:41 +08:00
techknowlogick 1f9a3fe5eb 1.16.2 2022-02-24 17:15:42 -05:00
techknowlogick 99e8cdc296 1.16.1 2022-02-08 13:04:49 -05:00
techknowlogick 10cce136b6 update to 1.15.10 (#153)
Co-authored-by: Matti R <matti@mdranta.net>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/153
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
2022-01-16 17:19:22 +08:00
6543 9a760a121e Update gitea binary checksums (#152)
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/152
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
2022-01-05 01:13:44 +08:00
6543 d03b99a79d Bump Gitea to v1.15.9 (#151)
as title

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/151
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Norwin <noerw@noreply.gitea.io>
2022-01-03 03:05:56 +08:00
Matti R 32557f026d
update to 1.15.7 2021-12-06 20:39:19 -05:00
techknowlogick dca3f772d8 relative require? (#150)
🧙

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/150
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
2021-11-29 05:12:27 +08:00
techknowlogick 41a9d93d9d support m1 devices (#149)
as title

fix #147
fix #119

Co-authored-by: Matti R <matti@mdranta.net>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/149
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
2021-11-29 04:45:57 +08:00
Vorlif b62d43c15f Gitea 1.15.6 (#148)
Update to 1.15.6

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/148
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Vorlif <vorlif@noreply.gitea.io>
Co-committed-by: Vorlif <vorlif@noreply.gitea.io>
2021-11-25 23:46:59 +08:00
GAG 02ae1c2968 Remove deprecated option bottle :unneeded (#146)
## Remove deprecated option `bottle :unneeded`

### Summary

- `bottle :unneeded` is deprecated
- `bottle :unneeded` was removed from brew formula

### Links

- [How to handle bottle :unneeded deprecation for external taps](https://github.com/Homebrew/discussions/discussions/2311)
- [Bottle all bottle :unneeded](https://github.com/Homebrew/homebrew-core/issues/75943)
- [formula_auditor: don't allow bottle :unneeded in core](https://github.com/Homebrew/brew/pull/11239)

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/146
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Co-authored-by: GAG <gag@noreply.gitea.io>
Co-committed-by: GAG <gag@noreply.gitea.io>
2021-11-02 20:08:13 +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 910936873b
gitea 1.15.3 && tea 0.8.0 2021-09-25 11:45:59 -04:00