Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Update stash to 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
linc01n committed May 7, 2014
1 parent b553657 commit 0780b47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
default['stash']['service_type'] = 'init'
default['stash']['url_base'] = 'http://www.atlassian.com/software/stash/downloads/binary/atlassian-stash'
default['stash']['user'] = 'stash'
default['stash']['version'] = '2.12.1'
default['stash']['version'] = '2.12.2'

default['stash']['url'] = "#{node['stash']['url_base']}-#{node['stash']['version']}.tar.gz"
default['stash']['checksum'] =
Expand Down Expand Up @@ -57,6 +57,7 @@
when '2.11.4' then '9c228f969dafd86cfbd980af86364894490f8c168827c7e4f630168e0ac417ea'
when '2.12.0' then '8284f664a19f264731b43dee06182858c57501154a77ea703c314a582f145bdc'
when '2.12.1' then 'c79943d3c1d2b6277cf7b2b0a240ea4aa84eb6d7c90797efcf09169d73b2e784'
when '2.12.2' then '039e4710a42a66c7b4d6bd11738c6fa31ef8e567ea8ff95ba2fe56d9fa5dc19e'
end

default['stash']['apache2']['access_log'] = ''
Expand Down

0 comments on commit 0780b47

Please sign in to comment.