bintray "package" should be name not full_name
Based on how it's used to construct URLs, the bintray "package" should be the formula name not the formula full_name. For core formulae, there is no difference, but that's not the case in other taps. See https://github.com/Homebrew/homebrew-gui/pull/10 Closes #301. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
01b6787aa8
commit
6f37394e53
@ -321,7 +321,7 @@ module Homebrew
|
||||
}
|
||||
},
|
||||
"bintray" => {
|
||||
"package" => Utils::Bottles::Bintray.package(f.full_name),
|
||||
"package" => Utils::Bottles::Bintray.package(f.name),
|
||||
"repository" => Utils::Bottles::Bintray.repository(f.tap),
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user