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 09098DC05FE for ; Sun, 21 Jun 2015 22:05:28 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B5277DC00E3 for ; Sun, 21 Jun 2015 22:05:22 +0000 (UTC) Received: from [81.4.121.188] (port=56108 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1Z6nMb-001tmL-UP; Sun, 21 Jun 2015 23:05:17 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] main/dialog: update to 1.2.20150528 Date: Sun, 21 Jun 2015 22:05:04 +0000 Message-Id: <1434924304-50237-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.4.4 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/dialog/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/dialog/APKBUILD b/main/dialog/APKBUILD index 89a6637..6ca8aa7 100644 --- a/main/dialog/APKBUILD +++ b/main/dialog/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Michael Mason # Maintainer: Natanael Copa pkgname=dialog -pkgver=1.2.20140219 -_pkgver=1.2-20130928 +pkgver=1.2.20150528 +_pkgver=1.2-20150528 pkgrel=0 pkgdesc="A script-interpreter which provides a set of curses" url="http://invisible-island.net/dialog/dialog.html" @@ -33,6 +33,6 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="2cf55cd9d4603ffdb4b24cd6843d740c dialog-1.2-20130928.tgz" -sha256sums="6fcf8daa50335e4d08da9f4f5ea5e1025efe84c3a719a56e871eb83ed0fd2b4c dialog-1.2-20130928.tgz" -sha512sums="c3666c6b1d63513b405ef7bea98a5fd3ba947e7d281bd260b3cf38aff1be93a2c29a350d753f2339478937530ad1b134b323c557f8803d7761941c3116893c90 dialog-1.2-20130928.tgz" +md5sums="593615fb448e001e5b81420473a7354b dialog-1.2-20150528.tgz" +sha256sums="a8cd7a66bdb41e53a3145cbb0eb370c5ce7300fe0e9ad6d3e8d3b9e16ff16418 dialog-1.2-20150528.tgz" +sha512sums="fd044715ca83ea21d42daa979f7b7f91634ec28658da550b17e0b804eeb2393b4ff75aef967c994f276f1f341b428e13fba2258730ef1fbfb1d5e1675c68d80d dialog-1.2-20150528.tgz" -- 2.4.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---