deprec 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/deprec/recipes.rb +1 -1
- metadata +1 -1
data/lib/deprec/recipes.rb
CHANGED
|
@@ -135,7 +135,7 @@ Capistrano.configuration(:must_exist).load do
|
|
|
135
135
|
version = 'httpd-2.2.3'
|
|
136
136
|
set :src_package, {
|
|
137
137
|
:file => version + '.tar.gz',
|
|
138
|
-
:md5sum => 'f72ffb176e2dc7b322be16508c09f63c httpd-2.2.3.tar.gz'
|
|
138
|
+
:md5sum => 'f72ffb176e2dc7b322be16508c09f63c httpd-2.2.3.tar.gz',
|
|
139
139
|
:dir => version,
|
|
140
140
|
:url => "http://www.apache.org/dist/httpd/#{version}.tar.gz",
|
|
141
141
|
:unpack => "tar zxf #{version}.tar.gz;",
|