aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact
diff options
context:
space:
mode:
authorMarkus Reiter2017-11-29 15:00:57 +0100
committerGitHub2017-11-29 15:00:57 +0100
commit3f7e63a24c7a449eeed3d5dcee1f209b924d58cb (patch)
treec9053c96df0826a03f3e80aaa3b141ba336d53fe /Library/Homebrew/cask/lib/hbc/artifact
parent6cf38d0dd87ab215bc5be13bf98f3654531b6ef4 (diff)
parent96187ade92c9ab222a5bc03aae96aa80ba80a6ae (diff)
downloadbrew-3f7e63a24c7a449eeed3d5dcee1f209b924d58cb.tar.bz2
Merge pull request #3492 from amyspark/fix-latest-casks
Properly upgrade Casks with version :latest
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/artifact')
-rw-r--r--Library/Homebrew/cask/lib/hbc/artifact/moved.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/artifact/moved.rb b/Library/Homebrew/cask/lib/hbc/artifact/moved.rb
index 11e019af2..f5ef790eb 100644
--- a/Library/Homebrew/cask/lib/hbc/artifact/moved.rb
+++ b/Library/Homebrew/cask/lib/hbc/artifact/moved.rb
@@ -70,8 +70,6 @@ module Hbc
else
command.run("/bin/mv", args: [target, source], sudo: true)
end
-
- add_altname_metadata(target, source.basename, command: command)
end
def delete(target, force: false, command: nil, **_)