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 #5 from DorkScript/master
Browse files Browse the repository at this point in the history
update to 2.7.4
  • Loading branch information
wfarr committed Apr 5, 2013
2 parents 3161d86 + df3c783 commit 9aebf70
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 xquartz {
package { 'XQuartz':
provider => 'pkgdmg',
source => 'http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.2.dmg',
source => 'http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.4.dmg',
}
}
2 changes: 1 addition & 1 deletion spec/classes/xquartz_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
it do
should contain_package('XQuartz').with({
:provider => 'pkgdmg',
:source => 'http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.2.dmg'
:source => 'http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.4.dmg'
})
end
end

0 comments on commit 9aebf70

Please sign in to comment.