From 7b27f57ae5f54f217240fd6792f2265b3d05c11f Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Wed, 11 Sep 2019 17:31:47 +0200 Subject: [PATCH] pdf2svg: update url --- pdf2svg.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2svg.be0 b/pdf2svg.be0 index 137cc5e19..1af48019e 100755 --- a/pdf2svg.be0 +++ b/pdf2svg.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://www.cityinthesky.co.uk/_media/opensource/pdf2svg-${PKGVERSION}.tar.gz" +SRCURL[0]="https://github.com/dawbarton/pdf2svg/archive/v0.2.3.tar.gz pdf2svg-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.