From 837ec554e1312157a534426f82fe561b07af10c6 Mon Sep 17 00:00:00 2001 From: jspellman814 Date: Tue, 15 Feb 2022 13:15:20 -0700 Subject: [PATCH] Add checksum to artifact plugin --- composer.json | 3 ++- composer.lock | 17 ++++++----------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index ee1c5c3..7284212 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,8 @@ "pantheon-systems/pantheon-wordpress-edge-integrations": { "dist": { "url": "https://github.com/pantheon-systems/pantheon-wordpress-edge-integrations/releases/download/0.2.2/main.zip", - "type": "zip" + "type": "zip", + "checksum": "903ece68e7ade38f59fe7f84b12f951ad35e3932" } } } diff --git a/composer.lock b/composer.lock index cc11169..80056e6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e6ff76233debcc240fb7f2a58b076616", + "content-hash": "8e6ddb26c37ce446d3a3e81b537da65f", "packages": [ { "name": "composer/installers", @@ -240,16 +240,11 @@ }, { "name": "pantheon-systems/pantheon-wordpress-edge-integrations", - "version": "0.2.0", - "source": { - "type": "git", - "url": "https://github.com/pantheon-systems/pantheon-wordpress-edge-integrations.git", - "reference": "c853d3e6ca54535e7273c9cc2733fb8fbfa367b3" - }, + "version": "0.2.2", "dist": { "type": "zip", - "url": "https://api.github.com/repos/pantheon-systems/pantheon-wordpress-edge-integrations/zipball/c853d3e6ca54535e7273c9cc2733fb8fbfa367b3", - "reference": "c853d3e6ca54535e7273c9cc2733fb8fbfa367b3", + "url": "https://github.com/pantheon-systems/pantheon-wordpress-edge-integrations/releases/download/0.2.2/main.zip", + "reference": "da617ae918bf700b4d52ed9abe861964e15cf1ec", "shasum": "" }, "require": { @@ -276,9 +271,9 @@ "description": "WordPress plugin to support Pantheon Edge Integrations and personalization features", "support": { "issues": "https://github.com/pantheon-systems/pantheon-wordpress-edge-integrations/issues", - "source": "https://github.com/pantheon-systems/pantheon-wordpress-edge-integrations/tree/0.2.0" + "source": "https://github.com/pantheon-systems/pantheon-wordpress-edge-integrations/tree/0.2.2" }, - "time": "2022-02-14T21:41:32+00:00" + "time": "2022-02-15T16:42:46+00:00" } ], "packages-dev": [],