diff options
author | B. Watson <urchlay@slackware.uk> | 2023-08-23 02:38:46 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:30 +0700 |
commit | f53b71896bbfbbe29441e2a418a2c87bb8e34019 (patch) | |
tree | be96fe77908fbcc55ed9bbdcbbdaeab017d757c6 /libraries | |
parent | 123ae4c8df0a368664f2e61fe7c4f33de5534351 (diff) |
libraries/exempi: Updated for version 2.6.4.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/exempi/exempi.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/exempi/exempi.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/libraries/exempi/exempi.SlackBuild b/libraries/exempi/exempi.SlackBuild index e070d1d901723..d854ec7a78701 100644 --- a/libraries/exempi/exempi.SlackBuild +++ b/libraries/exempi/exempi.SlackBuild @@ -26,6 +26,7 @@ # Now maintained by B. Watson <urchlay@slackware.uk> +# 20230823 bkw: update for v2.6.4 # 20221225 bkw: update for v2.6.3 # 20210801 bkw: update for v2.5.2 # 20200101 bkw: @@ -36,7 +37,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=exempi -VERSION=${VERSION:-2.6.3} +VERSION=${VERSION:-2.6.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/exempi/exempi.info b/libraries/exempi/exempi.info index f50f5c8c04caa..716d9136ccfc1 100644 --- a/libraries/exempi/exempi.info +++ b/libraries/exempi/exempi.info @@ -1,8 +1,8 @@ PRGNAM="exempi" -VERSION="2.6.3" +VERSION="2.6.4" HOMEPAGE="https://libopenraw.freedesktop.org/exempi/" -DOWNLOAD="https://libopenraw.freedesktop.org/download/exempi-2.6.3.tar.xz" -MD5SUM="27a7d9566d2335785c03ce9e66096f2a" +DOWNLOAD="https://libopenraw.freedesktop.org/download/exempi-2.6.4.tar.xz" +MD5SUM="c2bd12b5773f35c3832dcd1169fac3dc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |