From 1e018dcf85ad684aad8a30762f4ab94ed889492c Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 13 Apr 2017 21:26:52 +0200 Subject: [PATCH] sip: bump version. --- dev-python/sip/patches/{sip-4.19.1.patch => sip-4.19.2.patch} | 0 dev-python/sip/{sip-4.19.1.recipe => sip-4.19.2.recipe} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename dev-python/sip/patches/{sip-4.19.1.patch => sip-4.19.2.patch} (100%) rename dev-python/sip/{sip-4.19.1.recipe => sip-4.19.2.recipe} (96%) diff --git a/dev-python/sip/patches/sip-4.19.1.patch b/dev-python/sip/patches/sip-4.19.2.patch similarity index 100% rename from dev-python/sip/patches/sip-4.19.1.patch rename to dev-python/sip/patches/sip-4.19.2.patch diff --git a/dev-python/sip/sip-4.19.1.recipe b/dev-python/sip/sip-4.19.2.recipe similarity index 96% rename from dev-python/sip/sip-4.19.1.recipe rename to dev-python/sip/sip-4.19.2.recipe index b5d1b95dd..ff8c16972 100644 --- a/dev-python/sip/sip-4.19.1.recipe +++ b/dev-python/sip/sip-4.19.2.recipe @@ -6,9 +6,9 @@ module provides support functions to the automatically generated code." HOMEPAGE="https://www.riverbankcomputing.com/software/sip/" COPYRIGHT="2015 Riverbank Computing Limited" LICENSE="GNU GPL v3" -REVISION="2" +REVISION="1" SOURCE_URI="http://sourceforge.net/projects/pyqt/files/sip/sip-$portVersion/sip-$portVersion.tar.gz" -CHECKSUM_SHA256="501852b8325349031b769d1c03d6eab04f7b9b97f790ec79f3d3d04bf065d83e" +CHECKSUM_SHA256="432b4aad25254e6997913e33b1ca3cf5fd21d5729a50a3ce2edccbea82c80533" SOURCE_DIR="sip-$portVersion" PATCHES="sip-$portVersion.patch" PYTHON3_VERSION="3.6"