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 6D689DC0846 for ; Tue, 21 Apr 2015 01:20:23 +0000 (UTC) Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 3680FDC00C9 for ; Tue, 21 Apr 2015 01:20:18 +0000 (UTC) Received: by pdea3 with SMTP id a3so225176362pde.3 for ; Mon, 20 Apr 2015 18:20:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=8pPIGyYilNuU/9HKSF0CWmNQj6KcJLgS8eklx1mxOEQ=; b=RiHH53oxBMA7itsIKMoprrIysoetfmIMEwoRGXB0jd5re2JyZQ/DkaEwxgSqvH5WrR NL9YdxAWr3qKs9WeCmVg9C7b1JUkTdV6fkFlNL1I9rs133H24/7VhlpgW2Qr1UflDLcd 4WG2t/Lo/G0CARmQjaKt62B/KGDKc6QrizkSRPzNDN+lZloM4ytzJ/YIhHLaK66nPRE3 Em4C0/vc+2KVHMTc1GxxwRveiH05/Gw5400EPf85k/qzGI6Iqgv3a6E5Zw2NnTEu3OVC csUxlehAhHtd09NGUsTxEel8XefiBlVO+0PjGVVxZMpBro8g/bMYa2cm5wLPZ6wpe8vq Q7zg== X-Received: by 10.70.29.165 with SMTP id l5mr32763581pdh.125.1429579217095; Mon, 20 Apr 2015 18:20:17 -0700 (PDT) Received: from localhost.localdomain ([50.0.225.244]) by mx.google.com with ESMTPSA id r7sm213900pdm.16.2015.04.20.18.20.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Apr 2015 18:20:16 -0700 (PDT) From: Isaac Dunham To: alpine-aports@lists.alpinelinux.org Cc: Isaac Dunham Subject: [alpine-aports] [PATCH] testing/xiphos: update to 4.0.2 Date: Mon, 20 Apr 2015 18:20:15 -0700 Message-Id: <1429579215-1978-1-git-send-email-ibid.ag@gmail.com> X-Mailer: git-send-email 2.3.5 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Upstream fix for a memory management error. --- Should probably build after sword and harfbuzz have finished the icu54->icu55 transition; webkitgtk has already switched. I haven't tested this one yet, due to the the conflicts. testing/xiphos/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/xiphos/APKBUILD b/testing/xiphos/APKBUILD index adea4af..bbc8fbd 100644 --- a/testing/xiphos/APKBUILD +++ b/testing/xiphos/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Isaac Dunham # Maintainer: Isaac Dunham pkgname=xiphos -pkgver=4.0.1 +pkgver=4.0.2 pkgrel=0 -_pkgex="-20150330" +_pkgex="-20150415" pkgdesc="Gnome application for Bible study" url="https://sourceforge.net/projects/gnomesword" arch="all" @@ -39,6 +39,6 @@ package() { } -md5sums="0b3fc83f7ba379d0a762fceaf1c9c11c xiphos-4.0.1-20150330.tar.gz" -sha256sums="7f3063cd7cd75fa7ca170b127cda7f29034cc1e3f6fd44ef510dfcb07f5f9e94 xiphos-4.0.1-20150330.tar.gz" -sha512sums="269fcfdeafafd03d93b3c9f951463d4e1a4de424a0763c47f1684ff016654f5432e4e3946fc98736dff577ee420614f979cd784c3af5e5dde98175a577402400 xiphos-4.0.1-20150330.tar.gz" +md5sums="d5151d06bc701c82f9a1fa7f81214fe1 xiphos-4.0.2-20150415.tar.gz" +sha256sums="dc472085dcd707426a5b6642e203bd3e711b4a04e03d5053aa712fa4eb341365 xiphos-4.0.2-20150415.tar.gz" +sha512sums="d69b80cc4997b8aec3d05326741415498ca650205fab6ec262f83bc837878ed6272a10c954d04516cf6423ff5ce1f5372b8b82b11f0ed6d9dacfab6d304e7e05 xiphos-4.0.2-20150415.tar.gz" -- 2.3.5 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---