saltstack: remove outdated --devel
Closes Homebrew/homebrew#26972. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
d341702fea
commit
3666f83b30
1 changed files with 0 additions and 5 deletions
|
@ -15,11 +15,6 @@ class Saltstack < Formula
|
|||
head 'https://github.com/saltstack/salt.git', :branch => 'develop',
|
||||
:using => SaltHeadDownloadStrategy, :shallow => false
|
||||
|
||||
devel do
|
||||
url 'https://github.com/saltstack/salt/archive/v2014.1.0rc3.tar.gz'
|
||||
sha1 '2c1bd6d9b26b66ef32b30af9ccae38733383efce'
|
||||
end
|
||||
|
||||
depends_on :python
|
||||
depends_on 'swig' => :build
|
||||
depends_on 'zeromq'
|
||||
|
|
Loading…
Reference in a new issue