diff options
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/libwebp/libwebp.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/libwebp/libwebp.url | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/l/libwebp/libwebp.SlackBuild b/source/l/libwebp/libwebp.SlackBuild index 7d5ea789..3417a96e 100755 --- a/source/l/libwebp/libwebp.SlackBuild +++ b/source/l/libwebp/libwebp.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libwebp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/libwebp/libwebp.url b/source/l/libwebp/libwebp.url new file mode 100644 index 00000000..6442f938 --- /dev/null +++ b/source/l/libwebp/libwebp.url @@ -0,0 +1 @@ +https://downloads.webmproject.org/releases/webp/ |