Skip to content

Commit b1d3e08

Browse files
author
jtimberman
committed
[COOK-904] - update thrift to 0.8.0
1 parent 0a38242 commit b1d3e08

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

thrift/README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
11
Description
2-
====
2+
===========
33

44
Installs Thrift from source.
55

6+
Changes
7+
=======
8+
69
Requirements
7-
====
10+
============
811

912
## Platform
1013

11-
Only tested on Ubuntu 10.04.
14+
* Ubuntu 11.10
1215

1316
## Cookbooks
1417

1518
Opscode cookbooks:
1619

1720
* build-essential
1821
* java
19-
* subversion
2022
* boost
2123

2224
Usage
23-
====
25+
=====
2426

2527
Include the Thrift recipe to install Thrift from source on your systems.
2628

2729
include_recipe "thrift"
2830

2931
License and Author
30-
====
32+
==================
3133

3234
Author:: Joshua Timberman (<[email protected]>)
3335
Copyright:: 2009-2011, Opscode, Inc.

thrift/attributes/default.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818
#
1919

20-
default['thrift']['version'] = '0.6.0'
20+
default['thrift']['version'] = '0.8.0'
2121
default['thrift']['mirror'] = 'http://apache.mirrors.tds.net'
22-
default['thrift']['checksum'] = 'c1a282de4d24c772cdf62ab110cf24937fd3c42d807e9cfd49d77c1488c0b7c5'
22+
default['thrift']['checksum'] = '5e280097d88400f5e2db75595a04e1981538e48869cd6915bb9c4831605f0793'
2323
default['thrift']['configure_options'] = []

thrift/recipes/default.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
package pkg
2828
end
2929

30-
remote_file "#{Chef::Config[:file_cache_path]}/thrift-0.6.0.tar.gz" do
30+
remote_file "#{Chef::Config[:file_cache_path]}/thrift-#{version}.tar.gz" do
3131
source "#{node['thrift']['mirror']}/thrift/#{version}/thrift-#{version}.tar.gz"
3232
checksum node['thrift']['checksum']
3333
end

0 commit comments

Comments
 (0)