mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libev: Updated for version 4.31.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
439b6a82ba
commit
d4b6fb984d
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for libev
|
||||
|
||||
# Written by Šime Ramov <s@ramov.com>
|
||||
# Maintained by Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# Maintained (2012-2020) by Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libev
|
||||
VERSION=${VERSION:-4.27}
|
||||
VERSION=${VERSION:-4.31}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libev"
|
||||
VERSION="4.27"
|
||||
VERSION="4.31"
|
||||
HOMEPAGE="http://software.schmorp.de/pkg/libev.html"
|
||||
DOWNLOAD="http://dist.schmorp.de/libev/Attic/libev-4.27.tar.gz"
|
||||
MD5SUM="d38925fbc030153fe674c4e0e864a69a"
|
||||
DOWNLOAD="http://dist.schmorp.de/libev/Attic/libev-4.31.tar.gz"
|
||||
MD5SUM="20111fda0df0a289c152faa2aac91b08"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue