diff options
author | B. Watson <urchlay@slackware.uk> | 2022-12-03 11:15:47 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-10 07:43:16 +0700 |
commit | e7efc749517e5637310f3a1a28e9850ab3bed01a (patch) | |
tree | def113941eebbd5b7ade0bf81427227b505c133d | |
parent | 661523e29e1f0357b2d77c0792e6d27a17517d48 (diff) |
graphics/webp-pixbuf-loader: Updated for version 0.0.7.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | graphics/webp-pixbuf-loader/webp-pixbuf-loader.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/webp-pixbuf-loader/webp-pixbuf-loader.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/webp-pixbuf-loader/webp-pixbuf-loader.SlackBuild b/graphics/webp-pixbuf-loader/webp-pixbuf-loader.SlackBuild index 0468b1f08a04..ba690eedc670 100644 --- a/graphics/webp-pixbuf-loader/webp-pixbuf-loader.SlackBuild +++ b/graphics/webp-pixbuf-loader/webp-pixbuf-loader.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20221203 bkw: update for v0.0.7. + # 20210910 bkw: upstream finally started doing releases! # - upgrade for v0.0.3 # - include LICENSE in DOCDIR @@ -14,7 +16,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=webp-pixbuf-loader -VERSION=${VERSION:-0.0.3} +VERSION=${VERSION:-0.0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/webp-pixbuf-loader/webp-pixbuf-loader.info b/graphics/webp-pixbuf-loader/webp-pixbuf-loader.info index 3d1e7080da2e..873b352d9c93 100644 --- a/graphics/webp-pixbuf-loader/webp-pixbuf-loader.info +++ b/graphics/webp-pixbuf-loader/webp-pixbuf-loader.info @@ -1,8 +1,8 @@ PRGNAM="webp-pixbuf-loader" -VERSION="0.0.3" +VERSION="0.0.7" HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader" -DOWNLOAD="https://github.com/aruiz/webp-pixbuf-loader/archive/0.0.3/webp-pixbuf-loader-0.0.3.tar.gz" -MD5SUM="66ed64b8ebb70efef26c233876e8bd74" +DOWNLOAD="https://github.com/aruiz/webp-pixbuf-loader/archive/0.0.7/webp-pixbuf-loader-0.0.7.tar.gz" +MD5SUM="823dbbf9105a75324096bc9498f4d1fe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |