mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/exempi: Updated for version 2.6.5.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3e5a8e4454
commit
d7683b6d00
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for exempi
|
# Slackware build script for exempi
|
||||||
# Copyright 2007-2012 Michiel van Wessem, Leicester, United Kingdom
|
# Copyright 2007-2012 Michiel van Wessem, Leicester, United Kingdom
|
||||||
# Copyright 2020 B. Watson
|
# Copyright 2020-2024 B. Watson
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
# Now maintained by B. Watson <urchlay@slackware.uk>
|
# Now maintained by B. Watson <urchlay@slackware.uk>
|
||||||
|
|
||||||
|
# 20240824 bkw: update for v2.6.5
|
||||||
# 20230823 bkw: update for v2.6.4
|
# 20230823 bkw: update for v2.6.4
|
||||||
# 20221225 bkw: update for v2.6.3
|
# 20221225 bkw: update for v2.6.3
|
||||||
# 20210801 bkw: update for v2.5.2
|
# 20210801 bkw: update for v2.5.2
|
||||||
|
@ -37,7 +38,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=exempi
|
PRGNAM=exempi
|
||||||
VERSION=${VERSION:-2.6.4}
|
VERSION=${VERSION:-2.6.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="exempi"
|
PRGNAM="exempi"
|
||||||
VERSION="2.6.4"
|
VERSION="2.6.5"
|
||||||
HOMEPAGE="https://libopenraw.freedesktop.org/exempi/"
|
HOMEPAGE="https://libopenraw.freedesktop.org/exempi/"
|
||||||
DOWNLOAD="https://libopenraw.freedesktop.org/download/exempi-2.6.4.tar.xz"
|
DOWNLOAD="https://libopenraw.freedesktop.org/download/exempi-2.6.5.tar.xz"
|
||||||
MD5SUM="c2bd12b5773f35c3832dcd1169fac3dc"
|
MD5SUM="51fe14c2a5fa44816ba8187c6ad87d78"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue