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

Commit

Permalink
Merge pull request #2 from jozefizso/feature_cyberduck_version_bump
Browse files Browse the repository at this point in the history
Cyberduck 4.3.1
  • Loading branch information
Adam Ochonicki committed Jul 24, 2013
2 parents 5782f2b + 236f63d commit 689654f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
/spec/fixtures/.librarian
/spec/fixtures/.tmp
/spec/fixtures/Puppetfile.lock
/spec/fixtures/modules
/spec/fixtures/vendor
/spec/fixtures/modules/boxen/
/spec/fixtures/vendor
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
class cyberduck {
package { 'Cyberduck':
provider => 'compressed_app',
source => 'http://cyberduck.ch/Cyberduck-4.2.1.zip'
source => 'http://cyberduck.ch/Cyberduck-4.3.1.zip'
}
}
1 change: 0 additions & 1 deletion manifests/manifests

This file was deleted.

2 changes: 1 addition & 1 deletion spec/classes/cyberduck_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe 'cyberduck' do
it do
should contain_package('Cyberduck').with({
:source => 'http://cyberduck.ch/Cyberduck-4.2.1.zip',
:source => 'http://cyberduck.ch/Cyberduck-4.3.1.zip',
:provider => 'compressed_app'
})
end
Expand Down
1 change: 1 addition & 0 deletions spec/fixtures/modules/cyberduck/manifests

0 comments on commit 689654f

Please sign in to comment.