mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/imlib2: Updated for version 1.12.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b33cdef0d9
commit
f82799a475
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
# Copyright 2006-2009 Chess Griffin <chess@chessgriffin.com>
|
||||
# Copyright 2011 Grigorios Bouzakis <grbzks@imap.cc>
|
||||
# Copyright 2011-2017 Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
||||
# Copyright 2017-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2017-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any purpose
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=imlib2
|
||||
VERSION=${VERSION:-1.12.1}
|
||||
VERSION=${VERSION:-1.12.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="imlib2"
|
||||
VERSION="1.12.1"
|
||||
VERSION="1.12.2"
|
||||
HOMEPAGE="https://www.enlightenment.org"
|
||||
DOWNLOAD="https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.12.1/imlib2-1.12.1.tar.xz"
|
||||
MD5SUM="834f860f59ae28c0bd0fdeabbc0fc95e"
|
||||
DOWNLOAD="https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.12.2/imlib2-1.12.2.tar.xz"
|
||||
MD5SUM="046e7b2c918ae612dbf61dea8b59f37a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue