Merge pull request #11081 from sjackman/sj/bottle-date-mtime
bottle: Set date to the mtime of the bottle file
This commit is contained in:
commit
7a0de03d82
@ -541,7 +541,7 @@ module Homebrew
|
|||||||
"prefix" => bottle.prefix,
|
"prefix" => bottle.prefix,
|
||||||
"cellar" => bottle.cellar.to_s,
|
"cellar" => bottle.cellar.to_s,
|
||||||
"rebuild" => bottle.rebuild,
|
"rebuild" => bottle.rebuild,
|
||||||
"date" => Time.now.strftime("%F"),
|
"date" => Pathname(local_filename).mtime.strftime("%F"),
|
||||||
"tags" => {
|
"tags" => {
|
||||||
bottle_tag.to_s => {
|
bottle_tag.to_s => {
|
||||||
"filename" => filename.bintray,
|
"filename" => filename.bintray,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user