Commit Graph

95 Commits

Author SHA1 Message Date
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
Matti R 1b2c629206
1.15.2 2021-09-11 22:22:44 -04:00
Matti R 47b33a9df0
bump to 1.15.0 2021-08-24 20:21:05 -04:00
techknowlogick 5ac2403979
gitea 1.14.5 2021-07-29 18:03:32 -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
techknowlogick dacc7d87e6 gitea 1.14.3 (#133)
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/133
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
2021-06-19 00:45:31 +08:00
Norwin 1a1827ae91 Fix SHA256 download: follow redirects (#132)
fixes #131

It looks like something in the hosting of dl.gitea.io has changed (@Owners please confirm?), so that requests are redirected to `https://storage.gitea.io/gitea-artifacts/...`
The binary downloads are not affected, as `wget` is used which follows redirects by default.

edit: Is the redirect URI the new canonical location? In that case it would make more sense to update the base URL instead..

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/132
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2021-06-19 00:08:06 +08:00
6543 f0e1c33ff8 Gitea v1.14.2 (#129)
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/129
Reviewed-by: khmarbaise <khmarbaise@noreply.gitea.io>
Reviewed-by: KN4CK3R <kn4ck3r@noreply.gitea.io>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
2021-05-09 18:42:30 +08:00
techknowlogick 1c58561f25 Gitea v1.14.0 (#128)
https://github.com/go-gitea/gitea/releases/tag/v1.14.0

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/128
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: a1012112796 <1012112796@qq.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
2021-04-11 21:46:44 +08:00
techknowlogick 0e11b475ae 1.13.7 (#127)
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/127
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
2021-04-08 14:46:42 +08:00
6543 c9178ba84b Gitea v1.13.6 (#126)
as title

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/126
Reviewed-by: khmarbaise <khmarbaise@noreply.gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
2021-03-24 05:49:00 +08:00
John Olheiser e16c0d878d Update darwin dl target (#125)
Fixes #124

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/125
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-committed-by: John Olheiser <john.olheiser@gmail.com>
2021-03-23 00:12:24 +08:00
6543 a5c8abbf71 Gitea v1.13.5 (#123)
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/123
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
2021-03-22 01:09:50 +08:00
Arthur Bauer fe061c0e5c Gitea v1.13.4 (#121)
Update to Gitea v1.13.4

Co-authored-by: Arthur Bauer <abauer@cochlear.com>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/121
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Arthur Bauer <arthurbauer@noreply.gitea.io>
Co-committed-by: Arthur Bauer <arthurbauer@noreply.gitea.io>
2021-03-08 20:11:27 +08:00
6543 2415aefb8f Gitea v1.13.3 (#120)
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/120
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
2021-03-05 07:10:35 +08:00
techknowlogick c8c47251b5 Gitea v1.13.2 (#118)
Fix #117

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/118
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>
2021-02-03 23:40:01 +08:00
techknowlogick 569f68abad 1.13.1 (#116)
as title

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/116
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
2020-12-30 15:02:51 +08:00
Arthur Bauer 95931bcc2c Gitea 1.13.0 (#114)
Gitea 1.13.0

Co-authored-by: Arthur Bauer <abauer@cochlear.com>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/114
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-Authored-By: Arthur Bauer <arthurbauer@noreply.gitea.io>
Co-Committed-By: Arthur Bauer <arthurbauer@noreply.gitea.io>
2020-12-02 16:58:00 +08:00
6543 256774b1c0 Gitea v1.12.6 (#113)
Gitea v1.12.6

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/113
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: mrsdizzie <info@mrsdizzie.com>
Reviewed-by: Gary Kim <gary@garykim.dev>
Co-Authored-By: 6543 <6543@obermui.de>
Co-Committed-By: 6543 <6543@obermui.de>
2020-11-17 09:48:32 +08:00
6543 c30ad6b607 gitea v1.12.5 (#112)
gitea v1.12.5

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/112
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
2020-10-01 19:59:15 +00:00
techknowlogick 25804ae118 Gitea 1.12.4 (#110)
1.12.4

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/110
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: mrsdizzie <info@mrsdizzie.com>
2020-09-03 21:42:06 +00:00
6543 3cc89b1550 Move from deprecated "devel" to "head" (#109)
move from deprecated "devel" to "head"

close #106, close #107

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/109
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
2020-08-29 15:33:00 +00:00
6543 12b1bccdd6 Gitea v1.12.3 (#105)
Gitea v1.12.3

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/105
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: mrsdizzie <info@mrsdizzie.com>
2020-07-28 22:14:32 +00:00
techknowlogick 594c31424b Gitea v1.12.2 (#100)
1.12.2

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/100
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: lafriks <lafriks@noreply.gitea.io>
2020-07-11 19:46:09 +00:00
6543 0b4a8d2afe Gitea v1.12.1 (#99)
gitea v1.12.1

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/99
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-06-23 01:33:42 +00:00
6543 13a56dbba5 gitea v1.12.0 (#97)
gitea v1.12.0

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/97
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: CirnoT <cirnot@noreply.gitea.io>
2020-06-18 21:45:45 +00:00
techknowlogick bbdd780041 1.11.6 (#95)
1.11.6

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/95
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-06-12 02:43:09 +00:00
Lukas Bestle 1a2e8c4ab3 Clean up gitea formula according to `brew audit` (#94)
Clean up gitea formula according to `brew audit`

Signed-off-by: Lukas Bestle <account-gitea@lukasbestle.com>

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/94
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-05-26 12:40:38 +00:00
Lukas Bestle 3de31be4f1 Support for Homebrew on Linux (#93)
Support for Homebrew on Linux

Signed-off-by: Lukas Bestle <account-gitea@lukasbestle.com>

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/93
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-05-24 14:02:59 +00:00
6543 9038941d75 gitea v1.11.5 (#92)
gitea v1.11.5

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/92
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
2020-05-11 07:50:30 +00:00
techknowlogick c4fc9987b0 1.11.4 (#89)
1.11.4

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/89
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
2020-04-02 17:16:01 +00:00
mrsdizzie f3c101b039 Update to 1.11.3 (#88)
Update to 1.11.3

Update to Gitea 1.11.3 release

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/88
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
2020-03-11 17:06:25 +00:00
Lunny Xiao f7b8f58b1d Upgrade gitea to 1.11.2 (#86)
Upgrade gitea to 1.11.2

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/86
Reviewed-by: Guillermo Prandi <guillep2k@noreply.gitea.io>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-03-08 01:28:40 +00:00
John Olheiser 43de8c8343 Gitea 1.11.0 (#84)
Gitea 1.11.0

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/84
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: appleboy <appleboy.tw@gmail.com>
2020-02-13 19:44:12 +00:00
6543 df120016b9 gitea 1.10.2 -> 1.10.3 (#83)
gitea 1.10.2 -> 1.10.3

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/83
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
2020-02-05 11:00:14 +00:00
techknowlogick 3f5e907387 1.10.2 (#79)
1.10.2

Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: appleboy <appleboy.tw@gmail.com>
2020-01-03 00:57:49 +00:00
techknowlogick 727e8bfeda v1.10.0 (#77) 2019-11-14 08:03:12 +00:00
Lunny Xiao e05517c15e update to 1.9.6 (#76) 2019-11-14 03:03:24 +00:00
Arthur Bauer abc33220ff Update to 1.9.5 (#75) 2019-11-04 10:04:31 +00:00
Arthur Bauer 836c6b460f Update to 1.9.4 (#72) 2019-10-09 13:42:33 +00:00
Arthur Bauer 51e860eec7 Update to 1.9.3 (#69) 2019-09-10 04:02:24 +00:00
Arthur Bauer 1dba65e3a8 Update to v1.9.2 (#68) 2019-08-27 14:11:33 +00:00
appleboy 4416362df2 upgrade to 1.9.1 (#67) 2019-08-15 16:34:10 +00:00
arthurbauer d7dcf23c8e Update v1.9.0 (#63) 2019-08-01 17:06:58 +00:00