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

Commit bd0145c

Browse files
committed
1.0.6
1 parent 412d8cb commit bd0145c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# include squirrel
66
class squirrel {
77
package { 'Squirrel':
8-
source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.24.zip',
8+
source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.25.zip',
99
provider => 'compressed_pkg'
1010
}
1111
}

spec/classes/squirrel_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
describe 'squirrel' do
44
it do
55
should contain_package('Squirrel').with({
6-
:source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.24.zip',
6+
:source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.25.zip',
77
:provider => 'compressed_pkg'
88
})
99
end

0 commit comments

Comments
 (0)