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

Commit

Permalink
Update to XQuartz 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tcooper committed Sep 22, 2014
1 parent df41a3c commit 4888965
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# include xquartz
class xquartz (
$version = '2.7.6',
$version = '2.7.7',
) {
package { 'XQuartz':
provider => 'pkgdmg',
Expand Down
4 changes: 2 additions & 2 deletions spec/classes/xquartz_spec.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
require 'spec_helper'

describe 'xquartz' do
let(:params) { {:version => '2.7.5'} }
let(:params) { {:version => '2.7.7'} }

it do
should contain_package('XQuartz').with({
:provider => 'pkgdmg',
:source => 'http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.5.dmg'
:source => 'http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.7.dmg'
})
end
end

0 comments on commit 4888965

Please sign in to comment.