Skip to content

Commit 412d8cb

Browse files
committed
upgrade squirrel to v0.9.24
1 parent a8853ef commit 412d8cb

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.22.zip',
8+
source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.24.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.22.zip',
6+
:source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.24.zip',
77
:provider => 'compressed_pkg'
88
})
99
end

0 commit comments

Comments
 (0)