X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 2BF86DC02F9 for ; Wed, 22 Apr 2015 18:04:10 +0000 (UTC) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A7989DC00E1 for ; Wed, 22 Apr 2015 18:04:04 +0000 (UTC) Received: by wiax7 with SMTP id x7so352886wia.0 for ; Wed, 22 Apr 2015 11:04:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mg8ihhUYW2T3y2GXtHNEGu2P+4++me9o5vwAukZCK1c=; b=QxMqUqA8kJ9II+XwxVvBy2r3MNNfIhbpiCMto5f8vuGSjdb6IsDQOqxByclG0psMgD 8mMN0ZpJe0XEIaRZgkuCjZmV7IoWiTo8mtc8rTj5TLQy5FS/qmmj62W53v0li3h8/6hH Zh1y/ruzXdaI3grzz5BVxgYop0g4zoEnGe2ee+DEx+tdbR3KjBNXE8HhEBZ1RP20+Kdb Dz0w0CMmuXZ3YT+plR4VsV9nW86zTJ7vbCzkiz9moMjdhG5zN+nRlVwhkdPS6a1Cz0cp xX2k7lr1hIs98qaHftujARIlRkOiiAR+C3xbkH0N1koaOIoHlgZNHfmzj3HOVuW4oZkK 9xbA== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.194.59.4 with SMTP id v4mr54405032wjq.54.1429725842705; Wed, 22 Apr 2015 11:04:02 -0700 (PDT) Received: by 10.28.211.213 with HTTP; Wed, 22 Apr 2015 11:04:02 -0700 (PDT) In-Reply-To: <1429711441-3538-1-git-send-email-alacerda@alpinelinux.org> References: <1429711441-3538-1-git-send-email-alacerda@alpinelinux.org> Date: Wed, 22 Apr 2015 20:04:02 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH] main/yelp-xsl: upgrade to 3.16.1 From: Carlo Landmeter To: Alan Lacerda Cc: alpine-aports@lists.alpinelinux.org, Alan Lacerda Content-Type: multipart/alternative; boundary=047d7ba97384fb14d6051453fc1c X-Virus-Scanned: ClamAV using ClamSMTP --047d7ba97384fb14d6051453fc1c Content-Type: text/plain; charset=UTF-8 nice patch. hope patchwork likes it too. On 22 April 2015 at 16:04, Alan Lacerda wrote: > --- > main/yelp-xsl/APKBUILD | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/main/yelp-xsl/APKBUILD b/main/yelp-xsl/APKBUILD > index e2df5ec..29ac8cd 100644 > --- a/main/yelp-xsl/APKBUILD > +++ b/main/yelp-xsl/APKBUILD > @@ -1,7 +1,7 @@ > # Contributor: Alan Lacerda > # Maintainer: Alan Lacerda > pkgname=yelp-xsl > -pkgver=3.14.0 > +pkgver=3.16.1 > pkgrel=0 > pkgdesc="A collection of programs and data files to help you > build,maintain, and distribute documentation." > url="https://wiki.gnome.org/Apps/Yelp" > @@ -12,7 +12,7 @@ depends_dev="" > makedepends="intltool libxslt itstool" > install="" > subpackages="" > -source=" > http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.14/$pkgname-$pkgver.tar.xz > " > +source=" > http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.16/$pkgname-$pkgver.tar.xz > " > > _builddir="$srcdir/$pkgname-$pkgver" > prepare() { > @@ -36,6 +36,6 @@ package() { > make DESTDIR="${pkgdir}" install || return 1 > } > > -md5sums="8965c1363857f223a6b761af6a37363d yelp-xsl-3.14.0.tar.xz" > -sha256sums="8f5b6793cd600f8308e4ac93da68009169fa6d590eb71ed4a8e98bafe541a87e > yelp-xsl-3.14.0.tar.xz" > -sha512sums="d5f2b1b937a6b0c3f016c60be15e485d42d301446fd9b235a572a796d08481ef3f5d0df47bb5a394eb624bfe0eca650358ea1a635bbbd33e64da8e2709863483 > yelp-xsl-3.14.0.tar.xz" > +md5sums="92871729425199f9a4374b8035f60a03 yelp-xsl-3.16.1.tar.xz" > +sha256sums="3295eecc4b03d2a239f7a1bdf4a1311d34c46c3055e6535c1f72bb5a49b4174a > yelp-xsl-3.16.1.tar.xz" > +sha512sums="a4a51cbb036d93ffd8884218bd659cc634c632399ec70409c6128627a0c854a5b0a33a5f584614106fa3600dca674a24b18a06a6752ee93c130bf261580a1ccc > yelp-xsl-3.16.1.tar.xz" > -- > 2.3.3 > > > > --- > Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org > Help: alpine-aports+help@lists.alpinelinux.org > --- > > --047d7ba97384fb14d6051453fc1c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
nice patch. hope patchwork likes it too.

On 22 April 2015 at 16:04, = Alan Lacerda <alancordeiro@gmail.com> wrote:
---
=C2=A0main/yelp-xsl/APKBUILD | 10 +++++-----
=C2=A01 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/main/yelp-xsl/APKBUILD b/main/yelp-xsl/APKBUILD
index e2df5ec..29ac8cd 100644
--- a/main/yelp-xsl/APKBUILD
+++ b/main/yelp-xsl/APKBUILD
@@ -1,7 +1,7 @@
=C2=A0# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
=C2=A0# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
=C2=A0pkgname=3Dyelp-xsl
-pkgver=3D3.14.0
+pkgver=3D3.16.1
=C2=A0pkgrel=3D0
=C2=A0pkgdesc=3D"A collection of programs and data files to help you b= uild,maintain, and distribute documentation."
=C2=A0url=3D"https://wiki.gnome.org/Apps/Yelp"
@@ -12,7 +12,7 @@ depends_dev=3D""
=C2=A0makedepends=3D"intltool libxslt itstool"
=C2=A0install=3D""
=C2=A0subpackages=3D""
-source=3D"http://ftp.gnome.org/pub/gn= ome/sources/$pkgname/3.14/$pkgname-$pkgver.tar.xz"
+source=3D"http://ftp.gnome.org/pub/gn= ome/sources/$pkgname/3.16/$pkgname-$pkgver.tar.xz"

=C2=A0_builddir=3D"$srcdir/$pkgname-$pkgver"
=C2=A0prepare() {
@@ -36,6 +36,6 @@ package() {
=C2=A0 =C2=A0 =C2=A0 =C2=A0 make DESTDIR=3D"${pkgdir}" install ||= return 1
=C2=A0}

-md5sums=3D"8965c1363857f223a6b761af6a37363d=C2=A0 yelp-xsl-3.14.0.tar= .xz"
-sha256sums=3D"8f5b6793cd600f8308e4ac93da68009169fa6d590eb71ed4a8e98ba= fe541a87e=C2=A0 yelp-xsl-3.14.0.tar.xz"
-sha512sums=3D"d5f2b1b937a6b0c3f016c60be15e485d42d301446fd9b235a572a79= 6d08481ef3f5d0df47bb5a394eb624bfe0eca650358ea1a635bbbd33e64da8e2709863483= =C2=A0 yelp-xsl-3.14.0.tar.xz"
+md5sums=3D"92871729425199f9a4374b8035f60a03=C2=A0 yelp-xsl-3.16.1.tar= .xz"
+sha256sums=3D"3295eecc4b03d2a239f7a1bdf4a1311d34c46c3055e6535c1f72bb5= a49b4174a=C2=A0 yelp-xsl-3.16.1.tar.xz"
+sha512sums=3D"a4a51cbb036d93ffd8884218bd659cc634c632399ec70409c612862= 7a0c854a5b0a33a5f584614106fa3600dca674a24b18a06a6752ee93c130bf261580a1ccc= =C2=A0 yelp-xsl-3.16.1.tar.xz"
--
2.3.3



---
Unsubscribe:=C2=A0 alpine-aports+unsubscribe@lists.alpinelinux.org
Help:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0alpine-aports+help@lists.alpinelinux.org
---


--047d7ba97384fb14d6051453fc1c-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---