formula: sort aliases in to_hash.
Otherwise the ordering varies based on the filesystem.
This commit is contained in:
parent
dcf20682d7
commit
63c0706190
@ -1523,7 +1523,7 @@ class Formula
|
||||
"desc" => desc,
|
||||
"homepage" => homepage,
|
||||
"oldname" => oldname,
|
||||
"aliases" => aliases,
|
||||
"aliases" => aliases.sort,
|
||||
"versions" => {
|
||||
"stable" => stable&.version&.to_s,
|
||||
"bottle" => !bottle_specification.checksums.empty?,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user