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>
This commit is contained in:
John Olheiser 2021-03-23 00:12:24 +08:00 committed by 6543
parent a5c8abbf71
commit e16c0d878d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ class Gitea < Formula
homepage "https://github.com/go-gitea/gitea"
def self.bin_filename(version)
os = OS.mac? ? "darwin-10.6" : "linux"
os = OS.mac? ? "darwin-10.12" : "linux"
arch = case Hardware::CPU.arch
when :i386 then "386"