Skip to content

Commit

Permalink
libwebp: fix SRCURL
Browse files Browse the repository at this point in the history
```
bee update libwebp-0.5.1-1
```
be aware of 0.6 when updating.

- fixed SRCURL
  • Loading branch information
wwwutz committed Jan 22, 2020
1 parent bc32f1f commit f734835
Showing 1 changed file with 2 additions and 1 deletion.
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.)
@@ -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.

0 comments on commit f734835

Please sign in to comment.