Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed May 30, 2014
1 parent 412d8cb commit bd0145c
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.24.zip',
source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.25.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.24.zip',
:source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.25.zip',
:provider => 'compressed_pkg'
})
end
Expand Down

0 comments on commit bd0145c

Please sign in to comment.