]> git.openstreetmap.org Git - chef.git/blob - cookbooks/civicrm/attributes/default.rb
minor upgrade for CiviRules
[chef.git] / cookbooks / civicrm / attributes / default.rb
1 default[:civicrm][:version] = "5.57.1"
2
3 default[:civicrm][:extensions][:cividiscount][:name] = "org.civicrm.module.cividiscount"
4 default[:civicrm][:extensions][:cividiscount][:repository] = "https://lab.civicrm.org/extensions/cividiscount.git"
5 default[:civicrm][:extensions][:cividiscount][:revision] = "3.8.7"
6
7 default[:civicrm][:extensions][:osm][:name] = "de.systopia.osm"
8 default[:civicrm][:extensions][:osm][:repository] = "https://github.com/systopia/de.systopia.osm.git"
9 default[:civicrm][:extensions][:osm][:revision] = "1.3"
10
11 default[:civicrm][:extensions][:emailapi][:name] = "org.civicoop.emailapi"
12 default[:civicrm][:extensions][:emailapi][:repository] = "https://lab.civicrm.org/extensions/emailapi.git"
13 default[:civicrm][:extensions][:emailapi][:revision] = "2.9"
14
15 default[:civicrm][:extensions][:civiruleshttppost][:name] = "org.civicoop.civiruleshttppost"
16 default[:civicrm][:extensions][:civiruleshttppost][:repository] = "https://github.com/CiviCooP/org.civicoop.civiruleshttppost.git"
17 default[:civicrm][:extensions][:civiruleshttppost][:revision] = "e2c7de5f0fee319b9fca8adb1d1e122202bd2bec"
18
19 default[:civicrm][:extensions][:civirules][:name] = "org.civicoop.civirules"
20 default[:civicrm][:extensions][:civirules][:repository] = "https://lab.civicrm.org/extensions/civirules.git"
21 default[:civicrm][:extensions][:civirules][:revision] = "2.45"
22
23 default[:civicrm][:extensions][:mailchimp][:name] = "uk.co.vedaconsulting.mailchimp"
24 default[:civicrm][:extensions][:mailchimp][:repository] = "https://github.com/veda-consulting/uk.co.vedaconsulting.mailchimp.git"
25 default[:civicrm][:extensions][:mailchimp][:revision] = "0065ee6de2c2d653e49d10e9563349e8ffb1f9be"
26
27 default[:civicrm][:extensions][:username][:name] = "org.openstreetmap.username"
28 default[:civicrm][:extensions][:username][:repository] = "https://github.com/grischard/org.openstreetmap.username.git"
29 default[:civicrm][:extensions][:username][:revision] = "master"
30
31 default[:civicrm][:extensions][:donotsendreportemail][:name] = "org.civicrm.donotsendreportemail"
32 default[:civicrm][:extensions][:donotsendreportemail][:repository] = "https://github.com/pradpnayak/org.civicrm.donotsendreportemail.git"
33 default[:civicrm][:extensions][:donotsendreportemail][:revision] = "3b31c2e0c62183872c7ecd244395fb8dcfbd5dbb"
34
35 default[:civicrm][:extensions][:shoreditch][:name] = "org.civicrm.shoreditch"
36 default[:civicrm][:extensions][:shoreditch][:repository] = "https://github.com/civicrm/org.civicrm.shoreditch.git"
37 default[:civicrm][:extensions][:shoreditch][:revision] = "1.0.0-beta.11"
38
39 default[:civicrm][:extensions][:membershipextra][:name] = "com.skvare.membershipextra"
40 default[:civicrm][:extensions][:membershipextra][:repository] = "https://github.com/lemniscus/com.skvare.membershipextra.git"
41 default[:civicrm][:extensions][:membershipextra][:revision] = "1593911d6bfe184b45d59773fed27bab69cbb93a"
42
43 default[:civicrm][:extensions][:osmfverifycontributor][:name] = "osmf-verify-contributor"
44 default[:civicrm][:extensions][:osmfverifycontributor][:repository] = "https://github.com/openstreetmap/osmf-verify-contributor.git"
45 default[:civicrm][:extensions][:osmfverifycontributor][:revision] = "bb0cd61783033fb2e108c30e47224e5a818987f8"