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

Commit 871c516

Browse files
committed
Merge pull request #29 from linc01n/2.12.3
Update stash to 2.12.3
2 parents cbaa66e + 8a158e5 commit 871c516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

attributes/default.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
default['stash']['service_type'] = 'init'
77
default['stash']['url_base'] = 'http://www.atlassian.com/software/stash/downloads/binary/atlassian-stash'
88
default['stash']['user'] = 'stash'
9-
default['stash']['version'] = '2.12.2'
9+
default['stash']['version'] = '2.12.3'
1010

1111
default['stash']['url'] = "#{node['stash']['url_base']}-#{node['stash']['version']}.tar.gz"
1212
default['stash']['checksum'] =
@@ -58,6 +58,7 @@
5858
when '2.12.0' then '8284f664a19f264731b43dee06182858c57501154a77ea703c314a582f145bdc'
5959
when '2.12.1' then 'c79943d3c1d2b6277cf7b2b0a240ea4aa84eb6d7c90797efcf09169d73b2e784'
6060
when '2.12.2' then '039e4710a42a66c7b4d6bd11738c6fa31ef8e567ea8ff95ba2fe56d9fa5dc19e'
61+
when '2.12.3' then '2e31777487a5a2c857b8a4b8c93ab8f6683af7ec8c9ec9a2e75af2e155b6683b'
6162
end
6263

6364
default['stash']['apache2']['access_log'] = ''

0 commit comments

Comments
 (0)