Skip to content

libwebp: fix SRCURL #1620

Merged
merged 1 commit into from
Jan 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion libwebp.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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.
Expand Down