diff --git a/Casks/hub.rb b/Casks/hub.rb deleted file mode 100644 index b0987f78af9..00000000000 --- a/Casks/hub.rb +++ /dev/null @@ -1,13 +0,0 @@ -cask 'hub' do - version '2.2.3' - sha256 '42454bb2e4733938dfb3a50fb73c462e898132dafd6bd83a5a17908e4c6f1646' - - url "https://github.com/github/hub/releases/download/v#{version}/hub-darwin-amd64-#{version}.tgz" - appcast 'https://github.com/github/hub/releases.atom', - checkpoint: '0f62a4c284813725a5b5ef3c724340adb4dff89f7fb83904632bc94fe524cf82' - name 'hub' - homepage 'https://github.com/github/hub' - license :mit - - binary "hub-darwin-amd64-#{version}/bin/hub" -end diff --git a/tap_migrations.json b/tap_migrations.json index 4dbb59cc057..6d171346fea 100644 --- a/tap_migrations.json +++ b/tap_migrations.json @@ -8,5 +8,6 @@ "fpc": "homebrew/core", "gedit": "homebrew/core", "go": "homebrew/core", + "hub": "homebrew/core", "python": "homebrew/core" }