diff --git a/manifests/init.pp b/manifests/init.pp index f46ead1..1fd2125 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,7 +5,7 @@ # include shortcat class shortcat { package { 'Shortcat': - source => 'http://files.shortcatapp.com/v0.4.3.1/Shortcat.zip', + source => 'https://files.shortcatapp.com/v0.6.1/Shortcat.zip', provider => 'compressed_app' } } diff --git a/spec/classes/shortcat_spec.rb b/spec/classes/shortcat_spec.rb index 57f8abc..021fb98 100644 --- a/spec/classes/shortcat_spec.rb +++ b/spec/classes/shortcat_spec.rb @@ -3,7 +3,7 @@ describe 'shortcat' do it do should contain_package('Shortcat').with({ - :source => 'http://files.shortcatapp.com/v0.4.3.1/Shortcat.zip', + :source => 'https://files.shortcatapp.com/v0.6.1/Shortcat.zip', :provider => 'compressed_app' }) end