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 #7 from zsprackett/master
Browse files Browse the repository at this point in the history
Update skitch to 2.7.2
  • Loading branch information
dgoodlad committed Aug 14, 2014
2 parents cdf6ea4 + cee2eee commit 59f3447
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 59f3447

Please sign in to comment.