From eb8636e6c32b0584b88cae8fe19ea8ff71e67c55 Mon Sep 17 00:00:00 2001 From: Pavel Vinogradov Date: Fri, 21 Sep 2018 03:48:40 -0400 Subject: x11-libs/cairo: version 1.15.14 --- x11-libs/cairo/DETAILS | 13 +++++-------- x11-libs/cairo/HISTORY | 3 +++ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'x11-libs') diff --git a/x11-libs/cairo/DETAILS b/x11-libs/cairo/DETAILS index f373302938..8cbd691d6c 100755 --- a/x11-libs/cairo/DETAILS +++ b/x11-libs/cairo/DETAILS @@ -1,24 +1,21 @@ . ${GRIMOIRE}/FUNCTIONS && SPELL=cairo -case "$CAIRO_BRANCH" in - scm) +if [[ "${CAIRO_BRANCH}" == "scm" ]]; then VERSION=$(get_scm_version) SOURCE=$SPELL-git.tar.bz2 SOURCE_URL[0]=git://anongit.freedesktop.org/git/cairo:cairo-git SOURCE_IGNORE=volatile FORCE_DOWNLOAD=1 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git" ;; - +else # There is 1.14.x stable, but it does not work anymore for the OSS # infrastructure. 1.15 is de facto stable. - devel|stable) - VERSION=1.15.12 - SOURCE_HASH=sha1:4e64c6a48789edb4c60bc3fa95bd3992cc388b88:UPSTREAM_HASH + VERSION=1.15.14 + SOURCE_HASH=sha1:62ebffbaf4cc81c412f0ad3f87dc20499f85d046:UPSTREAM_HASH SOURCE=$SPELL-$VERSION.tar.xz SOURCE_URL[0]=http://cairographics.org/snapshots/$SOURCE SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" ;; - -esac +fi WEB_SITE=http://cairographics.org/ LICENSE[0]=MIT ENTERED=20040617 diff --git a/x11-libs/cairo/HISTORY b/x11-libs/cairo/HISTORY index d439715dc4..6953c232c8 100644 --- a/x11-libs/cairo/HISTORY +++ b/x11-libs/cairo/HISTORY @@ -1,3 +1,6 @@ +2018-09-21 Pavel Vinogradov + * DETAILS: version 1.15.14, case -> if + 2018-09-20 Thomas Orgis * DETAILS: stable==devel, as 1.15.x is required by others -- cgit v1.2.3