Skip to content

Commit

Permalink
upgrade squirrel to v0.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Mar 8, 2014
1 parent a8853ef commit 412d8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# include squirrel
class squirrel {
package { 'Squirrel':
source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.22.zip',
source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.24.zip',
provider => 'compressed_pkg'
}
}
2 changes: 1 addition & 1 deletion spec/classes/squirrel_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe 'squirrel' do
it do
should contain_package('Squirrel').with({
:source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.22.zip',
:source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.24.zip',
:provider => 'compressed_pkg'
})
end
Expand Down

0 comments on commit 412d8cb

Please sign in to comment.