commit/addonFiles: norrumar: Fix download URL for readFeeds

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 05 Mar 2017 06:13:40 -0000

1 new commit in addonFiles:

https://bitbucket.org/nvdaaddonteam/addonfiles/commits/0e4c58c35d5a/
Changeset:   0e4c58c35d5a
Branch:      master
User:        norrumar
Date:        2017-03-05 06:12:53+00:00
Summary:     Fix download URL for readFeeds

Affected #:  1 file

diff --git a/get.php b/get.php
index 45fd4b4..0d6fe4b 100644
--- a/get.php
+++ b/get.php
@@ -43,7 +43,7 @@ $addons = array(
        "pm" => 
"https://github.com/nvdaes/placeMarkers/releases/download/7.1/placeMarkers-7.1.nvda-addon";,
        "pm-dev" => 
"https://github.com/nvdaes/placeMarkers/releases/download/7.1/placeMarkers-7.1.nvda-addon";,
        "qb-dev" => 
"https://www.nvaccess.org/files/nvda-addons/quickBooks2014-2014.4.7.nvda-addon";,
-       "rf" => 
"https://github.com/nvdaes/readFeeds/releases/download/3.11/readFeeds-3.1.nvda-addon";,
+       "rf" => 
"https://github.com/nvdaes/readFeeds/releases/download/3.1/readFeeds-3.1.nvda-addon";,
        "rf-dev" => 
"https://github.com/nvdaes/readFeeds/releases/download/3.1/readFeeds-3.1.nvda-addon";,
        "rm" => 
"https://github.com/josephsl/resourceMonitor/releases/download/17.02/resourceMonitor-17.02.nvda-addon";,
        "rm-dev" => 
"https://github.com/josephsl/resourceMonitor/releases/download/17.02/resourceMonitor-17.02.nvda-addon";,

Repository URL: https://bitbucket.org/nvdaaddonteam/addonfiles/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/addonFiles: norrumar: Fix download URL for readFeeds - commits-noreply