Skip to content

Commit

Permalink
Bump for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseplus committed Apr 4, 2013
1 parent dac3719 commit 1ee315a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The package parameters available are version, type and, optionally for source in

node['riak']['package']['version']['major'] = "1"
node['riak']['package']['version']['minor'] = "3"
node['riak']['package']['version']['incremental'] = "0"
node['riak']['package']['version']['incremental'] = "1"


Source Installation
Expand Down
4 changes: 2 additions & 2 deletions attributes/package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
default['riak']['package']['url'] = "http://s3.amazonaws.com/downloads.basho.com/riak"
default['riak']['package']['version']['major'] = "1"
default['riak']['package']['version']['minor'] = "3"
default['riak']['package']['version']['incremental'] = "0"
default['riak']['package']['version']['incremental'] = "1"
default['riak']['package']['version']['build'] = "1"
default['riak']['package']['config_dir'] = "/etc/riak"
default['riak']['package']['local_package'] = false

default['riak']['package']['checksum']['fedora']['17'] = "3c8dfccab67e74a886c6bfdcaa7a0f81bcb29b2c656a41b99d50b58d329cdde3"
default['riak']['package']['checksum']['fedora']['17'] = "fff0f7f2033a09cb721f3e438ddeb2f35d474df6ea900f3a6fbe4882e5d2d9e9"
default['riak']['package']['checksum']['local'] = nil
2 changes: 1 addition & 1 deletion attributes/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
default['riak']['source']['url'] = "http://s3.amazonaws.com/downloads.basho.com/riak"
default['riak']['source']['version']['major'] = "1"
default['riak']['source']['version']['minor'] = "3"
default['riak']['source']['version']['incremental'] = "0"
default['riak']['source']['version']['incremental'] = "1"
default['riak']['source']['prefix'] = "/usr/local"
default['riak']['source']['config_dir'] = node['riak']['source']['prefix'] + "/riak/etc"

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
maintainer_email "[email protected]"
license "Apache 2.0"
description "Installs and configures Riak distributed data store"
version "1.3.0"
version "1.3.1"
depends "apt"
depends "yum"
depends "build-essential"
Expand Down

0 comments on commit 1ee315a

Please sign in to comment.