From 9d24c4aac2b886ef65094d832229816cc9af7d65 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 15 Feb 2020 02:01:53 +0000 Subject: [PATCH] prm: Update to version 3.0.0 --- bucket/prm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/prm.json b/bucket/prm.json index 1e6a1ed4fd..f5f23d1faf 100644 --- a/bucket/prm.json +++ b/bucket/prm.json @@ -1,16 +1,16 @@ { - "version": "2.7.1", + "version": "3.0.0", "description": "Pull Request Manager for Maintainers.", "homepage": "https://github.com/ldez/prm/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/ldez/prm/releases/download/v2.7.1/prm_v2.7.1_windows_amd64.zip", - "hash": "f6b03d04e6638a66f404f585483feb5cbd179a62e302058072e93038a480eef8" + "url": "https://github.com/ldez/prm/releases/download/v3.0.0/prm_v3.0.0_windows_amd64.zip", + "hash": "6b38be0020eb62449a3a35961f7d4b5ef7fea649c217219a7b21756cb6e8be65" }, "32bit": { - "url": "https://github.com/ldez/prm/releases/download/v2.7.1/prm_v2.7.1_windows_386.zip", - "hash": "3851df56b541debc8178e8967855fa3bcc1bffac668ace2a4ebf363c378c10b6" + "url": "https://github.com/ldez/prm/releases/download/v3.0.0/prm_v3.0.0_windows_386.zip", + "hash": "d2fbdef5266fc9ea7f100329f76eff9903b053731a1952f9852ce2ba6e785a53" } }, "bin": "prm.exe",