cyrus-sasl: update to 2.1.27-rc7
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
ddaf94229c
commit
64a7b5154a
1 changed files with 6 additions and 4 deletions
|
@ -8,14 +8,16 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=cyrus-sasl
|
||||
PKG_VERSION:=2.1.26
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION_BASE:=2.1.27
|
||||
PKG_VERSION:=$(PKG_VERSION_BASE)-rc7
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=ftp://ftp.cyrusimap.org/cyrus-sasl/
|
||||
PKG_HASH:=8fbc5136512b59bb793657f36fadda6359cae3b08f01fd16b3d406f1345b7bc3
|
||||
PKG_SOURCE_URL:=https://www.cyrusimap.org/releases/
|
||||
PKG_HASH:=c1846b80e80286c94941a1e27974bba759b171ccad25d5b49bd8d9deab10f54b
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION_BASE)
|
||||
|
||||
PKG_LICENSE:=BSD-4c BSD
|
||||
PKG_LICENSE_FILES:=COPYING cmulocal/COPYING saslauthd/COPYING
|
||||
|
|
Loading…
Reference in a new issue