aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Quinn2014-02-24 09:26:30 -0800
committerMike McQuaid2014-02-24 18:22:19 +0000
commit31b6584754dbd4e367db24faa261e413ccbc7046 (patch)
treea818e29bd981c38f0b06a84ef4d0798383507625
parentb03fe65c1d8878af46510c567c529c3d739f40d3 (diff)
downloadhomebrew-31b6584754dbd4e367db24faa261e413ccbc7046.tar.bz2
saltstack: remove outdated --devel
Closes #26972. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/saltstack.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/saltstack.rb b/Library/Formula/saltstack.rb
index baa092146..375ebcf7a 100644
--- a/Library/Formula/saltstack.rb
+++ b/Library/Formula/saltstack.rb
@@ -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'