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

Commit

Permalink
Update skitch to 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zsprackett committed Jul 18, 2014
1 parent cdf6ea4 commit cee2eee
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
class skitch {
package { 'Skitch':
provider => 'compressed_app',
source => 'http://cdn1.evernote.com/skitch/mac/release/Skitch-2.6.1.zip'
source => 'http://cdn1.evernote.com/skitch/mac/release/Skitch-2.7.2.zip'
}
}
2 changes: 1 addition & 1 deletion spec/classes/skitch_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
it do
should contain_package('Skitch').with(
:provider => 'compressed_app',
:source => 'http://cdn1.evernote.com/skitch/mac/release/Skitch-2.6.1.zip'
:source => 'http://cdn1.evernote.com/skitch/mac/release/Skitch-2.7.2.zip'
)
end
end

0 comments on commit cee2eee

Please sign in to comment.