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

Commit

Permalink
Update dropbox version
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajitr committed Feb 18, 2013
1 parent a8610f8 commit 3dc58e2
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
Expand Up @@ -6,6 +6,6 @@
class dropbox {
package { 'Dropbox':
provider => 'appdmg',
source => 'https://d1ilhw0800yew8.cloudfront.net/client/H/Dropbox%201.6.2.dmg'
source => 'https://d1ilhw0800yew8.cloudfront.net/client/Dropbox%201.6.17.dmg'
}
}
2 changes: 1 addition & 1 deletion spec/classes/dropbox_spec.rb
Expand Up @@ -4,7 +4,7 @@
it do
should contain_package('Dropbox').with({
:provider => 'appdmg',
:source => 'https://d1ilhw0800yew8.cloudfront.net/client/H/Dropbox%201.6.2.dmg',
:source => 'https://d1ilhw0800yew8.cloudfront.net/client/Dropbox%201.6.17.dmg',
})
end
end

0 comments on commit 3dc58e2

Please sign in to comment.