dependencies: update reference to GCM
The `scalar` and `scalar-azrepos` casks currently reference the old `git-credential-manager-core` cask as a dependency. Update this to reference the new `git-credential-manager` cask located at [1]. Note: microsoft/git was updated to point at the new cask with [2]. [1]: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/g/git-credential-manager.rb [2]: https://github.com/microsoft/homebrew-git/pull/75
This commit is contained in:
Родитель
02f9228345
Коммит
0e97a76300
|
@ -12,7 +12,7 @@ cask 'scalar-azrepos' do
|
|||
conflicts_with cask: 'scalar'
|
||||
|
||||
depends_on cask: 'microsoft-git'
|
||||
depends_on cask: 'git-credential-manager-core'
|
||||
depends_on cask: 'homebrew/cask/git-credential-manager'
|
||||
|
||||
uninstall script: {
|
||||
executable: '/usr/local/scalar/uninstall_scalar.sh',
|
||||
|
|
|
@ -12,7 +12,7 @@ cask 'scalar' do
|
|||
conflicts_with cask: 'scalar-azrepos'
|
||||
|
||||
depends_on formula: 'git'
|
||||
depends_on cask: 'git-credential-manager-core'
|
||||
depends_on cask: 'homebrew/cask/git-credential-manager'
|
||||
|
||||
uninstall script: {
|
||||
executable: '/usr/local/scalar/uninstall_scalar.sh',
|
||||
|
|
Загрузка…
Ссылка в новой задаче