From 44b38dbbcab84de3976bd91fed1fcda75ebba099 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Wed, 12 Oct 2016 19:11:08 +0200 Subject: [PATCH] Use iCalcreator package instead of master The Date iCal module checks the version of iCalcreator library, this changeset provides a specific version instead of git master. Change-Id: Id31cffc0b92f33484b6d8c2aa8152bc38d8532bc --- drupal-org.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drupal-org.make b/drupal-org.make index add46fb..d75cf4e 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -148,8 +148,8 @@ libraries[leaflet][download][url] = "http://cdn.leafletjs.com/downloads/leaflet- libraries[leaflet][destination] = "libraries" libraries[iCalcreator][type] = "libraries" -libraries[iCalcreator][download][type] = "git" -libraries[iCalcreator][download][url] = "git://github.com/iCalcreator/iCalcreator.git" +libraries[iCalcreator][download][type] = "get" +libraries[iCalcreator][download][url] = "https://github.com/iCalcreator/iCalcreator/archive/e3dbec2cb3bb91a8bde989e467567ae8831a4026.zip" libraries[iCalcreator][destination] = "libraries" libraries[feeds_jsonpath_parser][download][type] = get