From f734835b5a65724e2ff74ee017bf22e3f0afc3ba Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 22 Jan 2020 13:45:22 +0100 Subject: [PATCH] libwebp: fix SRCURL ``` bee update libwebp-0.5.1-1 ``` be aware of 0.6 when updating. - fixed SRCURL --- libwebp.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libwebp.be0 b/libwebp.be0 index b452c5aa7..4e27de14d 100755 --- a/libwebp.be0 +++ b/libwebp.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libwebp-0.5.1-0 +# BEE_VERSION libwebp-0.5.1-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -10,6 +10,7 @@ ## downloaded. Version variables may be used to simplify reuse of this bee-file. SRCURL[0]="http://downloads.webmproject.org/releases/webp/libwebp-${PKGVERSION}.tar.gz" +SRCURL[0]="/src/mariux/md5repo/3d7db92ebba5b4f679413d25c6040881/libwebp-0.5.1.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.