gnucash-on-flatpak master: Use sourceforge instead of bintray for boost.

John Ralls jralls at code.gnucash.org
Sun Mar 29 14:29:08 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/96206c1b (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/afc2d15f (commit)



commit 96206c1bcd6eaed5c8bd68e0bed9525b16ad3b36
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 29 11:29:00 2020 -0700

    Use sourceforge instead of bintray for boost.
    
    Because bintray returns 503 access forbidden for all boost tarballs.

diff --git a/modules/boost.json b/modules/boost.json
index 81386c5..831dfe2 100644
--- a/modules/boost.json
+++ b/modules/boost.json
@@ -4,7 +4,7 @@
     "sources": [
         {
             "type": "archive",
-            "url": "https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.bz2",
+            "url": "https://downloads.sourceforge.net/boost/boost/1.66.0/boost_1_66_0.tar.bz2",
             "sha256": "5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9"
         }
     ],



Summary of changes:
 modules/boost.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list