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,
|
"desc" => desc,
|
||||||
"homepage" => homepage,
|
"homepage" => homepage,
|
||||||
"oldname" => oldname,
|
"oldname" => oldname,
|
||||||
"aliases" => aliases,
|
"aliases" => aliases.sort,
|
||||||
"versions" => {
|
"versions" => {
|
||||||
"stable" => stable&.version&.to_s,
|
"stable" => stable&.version&.to_s,
|
||||||
"bottle" => !bottle_specification.checksums.empty?,
|
"bottle" => !bottle_specification.checksums.empty?,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user