X-Original-To: alpine-aports@lists.alpinelinux.org Received: from nov-007-i615.relay.mailchannels.net (nov-007-i615.relay.mailchannels.net [46.232.183.169]) by lists.alpinelinux.org (Postfix) with ESMTP id 88ACD5C4812 for ; Mon, 22 Aug 2016 05:16:33 +0000 (GMT) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id A504FA022F for ; Mon, 22 Aug 2016 05:16:29 +0000 (UTC) Received: from ocean.mxroute.com (ip-10-229-2-62.us-west-2.compute.internal [10.229.2.62]) by relay.mailchannels.net (Postfix) with ESMTPA id C39D1A028B for ; Mon, 22 Aug 2016 05:16:28 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from ocean.mxroute.com (ocean.mxroute.com [10.107.128.240]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.6); Mon, 22 Aug 2016 05:16:29 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|developer@it-offshore.co.uk X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1471842989053:962040881 X-MC-Ingress-Time: 1471842989052 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=it-offshore.co.uk; s=default; h=References:In-Reply-To:Message-Id:Date: Subject:To:From:Sender:Reply-To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=RaYqQbPtDkVKrVQX30kDQXEIIXj64vjLphaDittXUvY=; b=sbP6KnAEhJuEx0NZqz/50SQhv bLsgIh1O0f/ig4sxIjpvy++p73lS2JW8Bej9u8t5qlp5Lgm8JDu9/2AsumeaGRRRzdAQcPYdOjTV6 +pgeffMoL9frfqQJSz+7jYmlOx++ZfOcCoulOw5hzQV4H6MiG1mHxDdYPgjJ652sQPE/yQRLD/uaa 5takCYcXY5kZ3G3So5nUsYjEWFUEW3IHl8bipleGBWoIyfEBm1RbPYcYpt0JWf76e0zvUN+KP35Qk Y4pL70uLhXWZp6AYa9EQBFL4AUd9mOtoH/2wNtQoGiCra0UAw1rWQu0oRc366o9Bmz79ONuTeWRu6 b3aA+YZCA==; From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 2/7] community/libqmi: update to 1.6.0 Date: Mon, 22 Aug 2016 05:15:59 +0000 Message-Id: <20160822051604.48580-3-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160822051604.48580-1-developer@it-offshore.co.uk> References: <20160822051604.48580-1-developer@it-offshore.co.uk> X-AuthUser: developer@it-offshore.co.uk X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/libqmi/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/community/libqmi/APKBUILD b/community/libqmi/APKBUILD index 110b299..08972e3 100644 --- a/community/libqmi/APKBUILD +++ b/community/libqmi/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=libqmi -pkgver=1.12.6 +pkgver=1.6.0 pkgrel=0 pkgdesc="QMI modem protocol helper library" url="http://www.freedesktop.org/wiki/Software/libqmi" arch="all" license="GPL2" depends="" -depends_dev="glib-dev" -makedepends="$depends_dev gtk-doc python" +depends_dev="" +makedepends="$depends_dev gtk-doc python glib-dev" install="" subpackages="$pkgname-dev $pkgname-doc" source="http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz" @@ -43,6 +43,6 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="24c9eb300662ba6cff0152de89bd9ec0 libqmi-1.12.6.tar.xz" -sha256sums="0857bffece4e8ddfa7f721dd9ca63b4c78de345ac9ae2faebf04062cacba3780 libqmi-1.12.6.tar.xz" -sha512sums="7001f61dbe2be431867a504dbfc634ed5e7c3f3b1740aef7833fb8163d1a6bdffb57793f09062f49c0b8eeff5a011a2a057a938d618f3547ff5942021b3e8a9d libqmi-1.12.6.tar.xz" +md5sums="17d6c2b404ee1eb4d1e60050fef64491 libqmi-1.6.0.tar.xz" +sha256sums="fa4ff7dacfd1063880c517683fb928b3be5609a45f60d36ec834c1b5711d4582 libqmi-1.6.0.tar.xz" +sha512sums="8bd69c3ce21cd4e9cc89fa99b88121dceafdfabc30e1d4643b32890ae8ec2671534ec920b457cc837b621263146c2d02ab799b34e00141c23053a16e155f822f libqmi-1.6.0.tar.xz" -- 2.9.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---