Commit Graph

5 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
markkrj 957158bf1c Fix tea-head.rb version: point it to master (#139)
Fix tea-head.rb version: point it to master

Co-authored-by: Marcos de Oliveira <marcossantos@furb.br>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/139
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Co-authored-by: markkrj <markkrj@noreply.gitea.io>
Co-committed-by: markkrj <markkrj@noreply.gitea.io>
2021-07-08 18:51:36 +08: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