Commit Graph

19 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
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 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
techknowlogick f2d83331f9 point to gitea.com for tea repo
Signed-off-by: techknowlogick <techknowlogick@gitea.io>
2021-06-28 06:24:10 +08:00
Norwin f915816b85 tea: enable arm64 architecture (#130)
We have builds for arm64 since https://gitea.com/gitea/tea/pulls/360.

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/130
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2021-06-21 20:02:57 +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
Lunny Xiao 27472a9796 Upgrade tea to 0.7.0 (#122)
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/122
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-03-12 22:39:41 +08:00
6543 bd2a604fc7 Update Path & Version (#115)
Update Path & Version

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/115
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: khmarbaise <khmarbaise@noreply.gitea.io>
Co-Authored-By: 6543 <6543@obermui.de>
Co-Committed-By: 6543 <6543@obermui.de>
2020-12-15 10:47:09 +08:00
6543 d239d88227 tea v0.5.0 (#111)
tea v0.5.0 released

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/111
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
2020-09-27 16:22:35 +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 30a7d4ddac tea v0.4.0 (#102)
TEA v0.4.0

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/102
Reviewed-by: Gary Kim <gary@garykim.dev>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-07-19 02:22:30 +00:00
techknowlogick 7edb17bcac tea 0.3.1 (#96)
tea 0.3.1

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/96
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-06-16 01:22:37 +00:00
6543 62f36eac29 tea v0.3.0 released (#90)
tea v0.3.0 released

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/90
Reviewed-by: mrsdizzie <info@mrsdizzie.com>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
2020-04-22 21:02:47 +00:00
Lunny Xiao 39e3c51838 update tea to 0.1.2 (#78) 2019-11-16 02:51:25 +00:00
Lunny Xiao 434ac055b0 change the tea from github.com to gitea.com (#60) 2019-06-02 20:29:48 +03:00
techknowlogick 8e1a7dcd5f Add homebrew for tea (#57)
* Add homebrew for tea

* Update tea.rb

* update per feedback

* update version
2019-04-25 20:07:52 +03:00